1
0
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:
Martine S. Lenders 2024-09-28 10:29:27 +02:00
parent 9bdb697edb
commit 29baafe523
No known key found for this signature in database
GPG Key ID: 2134D77A5336DD80
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 }}