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 56
56
uses : actions/checkout@v3
57
57
58
58
- name : Download the build folders
59
- uses : actions/download-artifact@v3
59
+ uses : actions/download-artifact@v4
60
60
with :
61
61
name : build
62
62
path : build
@@ -109,7 +109,7 @@ jobs:
109
109
uses : actions/checkout@v3
110
110
111
111
- name : Download the build folders
112
- uses : actions/download-artifact@v3
112
+ uses : actions/download-artifact@v4
113
113
with :
114
114
name : build
115
115
path : build
@@ -155,7 +155,7 @@ jobs:
155
155
uses : actions/checkout@v3
156
156
157
157
- name : Download the build folders
158
- uses : actions/download-artifact@v3
158
+ uses : actions/download-artifact@v4
159
159
with :
160
160
name : build
161
161
path : build
@@ -200,7 +200,7 @@ jobs:
200
200
uses : actions/checkout@v3
201
201
202
202
- name : Download the build folders
203
- uses : actions/download-artifact@v3
203
+ uses : actions/download-artifact@v4
204
204
with :
205
205
name : build
206
206
path : build
You can’t perform that action at this time.
0 commit comments