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:
parent
41da88e6d1
commit
463ac2e32e
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user