File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments