Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/android-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Upload test results (${{ matrix.label }})
if: always()
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: test-results-${{ matrix.label }} # <— no slashes
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
cd main/docs
zip -r ../../Docs.zip .
cd -
- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
with:
name: "main"
path: Docs.zip
Expand All @@ -68,7 +68,7 @@ jobs:
with:
ref: docs
path: docs
- uses: actions/download-artifact@v6
- uses: actions/download-artifact@v7
with:
path: artifacts
- name: Unzip and prepare docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/paparazzi-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# Upload HTML report + image diffs when verification fails
- name: Upload Paparazzi report
if: failure()
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: paparazzi-report
retention-days: 7
Expand Down