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>
pull/432/head
Paul Mackerras 12 hours ago committed by GitHub
parent 41da88e6d1
commit 463ac2e32e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save