Skip to content

Commit

Permalink
gh-actions: bump upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Sep 28, 2024
1 parent 9bdb697 commit 29baafe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
mkdir test-reports/
junit2html ${REPORT_XML} ${REPORT_NAME}.html
cp ${REPORT_XML} ${REPORT_NAME}.xml
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: always()
with:
name: Test Reports
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-on-iotlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Archive results
if: always()
# Store generated results-<riot board name> artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.boards.riot }}
path: results-${{ matrix.boards.riot }}

0 comments on commit 29baafe

Please # to comment.