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:
67
67
steps :
68
68
- uses : actions/checkout@v3
69
69
- name : Get libfuncheck.so
70
- uses : actions/download-artifact@v3
70
+ uses : actions/download-artifact@v4
71
71
with :
72
72
name : libfuncheck.so
73
73
path : library
74
74
- name : Get funcheck
75
- uses : actions/download-artifact@v3
75
+ uses : actions/download-artifact@v4
76
76
with :
77
77
name : funcheck
78
78
path : host
@@ -109,12 +109,12 @@ jobs:
109
109
steps :
110
110
- uses : actions/checkout@v3
111
111
- name : Get libfuncheck.so
112
- uses : actions/download-artifact@v3
112
+ uses : actions/download-artifact@v4
113
113
with :
114
114
name : libfuncheck.so
115
115
path : library
116
116
- name : Get funcheck
117
- uses : actions/download-artifact@v3
117
+ uses : actions/download-artifact@v4
118
118
with :
119
119
name : funcheck
120
120
path : host
You can’t perform that action at this time.
0 commit comments