mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
gh-actions: bump upload-artifact to v4
See https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
This commit is contained in:
parent
9bdb697edb
commit
29baafe523
2
.github/workflows/release-test.yml
vendored
2
.github/workflows/release-test.yml
vendored
@ -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
|
||||
|
2
.github/workflows/test-on-iotlab.yml
vendored
2
.github/workflows/test-on-iotlab.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user