Skip to content

Commit e1b65c5

Browse files
committed
update: upgrade actions/upload-artifact to v4 in build-test workflow
1 parent f59ede0 commit e1b65c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Make lib
4141
run: make -C library
4242
- name: Upload libfuncheck.so
43-
uses: actions/upload-artifact@v3
43+
uses: actions/upload-artifact@v4
4444
with:
4545
name: libfuncheck.so
4646
path: library/libfuncheck.so
@@ -53,7 +53,7 @@ jobs:
5353
- name: Make host
5454
run: make -C host
5555
- name: Upload funcheck
56-
uses: actions/upload-artifact@v3
56+
uses: actions/upload-artifact@v4
5757
with:
5858
name: funcheck
5959
path: host/funcheck

0 commit comments

Comments
 (0)