Skip to content

Commit 951d775

Browse files
committed
.github: Bump upload-artifact to v4 in CI to solve deprecation errors
Signed-off-by: Alex Jones <alex.jones@lowrisc.org>
1 parent fc5eb74 commit 951d775

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
scripts/opentitan/swexit.py -t earlgrey -b 0x80 -o build-clang/exit_eg.bin
4242
scripts/opentitan/swexit.py -t darjeeling -b 0x80 -o build-clang/exit_dj.bin
4343
- name: Upload QEMU binary artifacts
44-
uses: actions/upload-artifact@v3
44+
uses: actions/upload-artifact@v4
4545
with:
4646
name: qemu-bin
4747
path: |
@@ -58,7 +58,7 @@ jobs:
5858
build-clang/trace/*.h \
5959
build-clang/compile_commands.json
6060
- name: Upload QEMU source artifacts
61-
uses: actions/upload-artifact@v3
61+
uses: actions/upload-artifact@v4
6262
with:
6363
name: qemu-src
6464
path: qemu-src-artifact.tar.gz

0 commit comments

Comments
 (0)