Skip to content

Commit 00c54bb

Browse files
committed
update: upgrade actions/download-artifact to v4 in build-test workflow
1 parent 5eab32a commit 00c54bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ jobs:
6767
steps:
6868
- uses: actions/checkout@v3
6969
- name: Get libfuncheck.so
70-
uses: actions/download-artifact@v3
70+
uses: actions/download-artifact@v4
7171
with:
7272
name: libfuncheck.so
7373
path: library
7474
- name: Get funcheck
75-
uses: actions/download-artifact@v3
75+
uses: actions/download-artifact@v4
7676
with:
7777
name: funcheck
7878
path: host
@@ -109,12 +109,12 @@ jobs:
109109
steps:
110110
- uses: actions/checkout@v3
111111
- name: Get libfuncheck.so
112-
uses: actions/download-artifact@v3
112+
uses: actions/download-artifact@v4
113113
with:
114114
name: libfuncheck.so
115115
path: library
116116
- name: Get funcheck
117-
uses: actions/download-artifact@v3
117+
uses: actions/download-artifact@v4
118118
with:
119119
name: funcheck
120120
path: host

0 commit comments

Comments
 (0)