1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-01-11 23:43:15 +00:00

ci: Use newer version of actions/upload-artifact (#433)

v2 is now deprecated and causes the test run to fail.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
This commit is contained in:
Paul Mackerras 2024-12-20 15:57:17 +11:00 committed by GitHub
parent 41da88e6d1
commit 463ac2e32e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,7 +83,7 @@ jobs:
- run: make microwatt.json
- run: make microwatt.bit
- run: make microwatt.svf
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: ${{matrix.task}}-bitstream
path: microwatt.svf