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 @@ -187,7 +187,7 @@ jobs:
187
187
go-version-file : " ./go.mod"
188
188
189
189
- name : Download artifact
190
- uses : actions/download-artifact@v3
190
+ uses : actions/download-artifact@v4
191
191
with :
192
192
name : release-manifests
193
193
path : out/release
@@ -233,7 +233,7 @@ jobs:
233
233
go-version-file : " ./go.mod"
234
234
235
235
- name : Download artifact
236
- uses : actions/download-artifact@v3
236
+ uses : actions/download-artifact@v4
237
237
with :
238
238
name : release-manifests
239
239
path : out/release
@@ -279,7 +279,7 @@ jobs:
279
279
go-version-file : " ./go.mod"
280
280
281
281
- name : Download artifact
282
- uses : actions/download-artifact@v3
282
+ uses : actions/download-artifact@v4
283
283
with :
284
284
name : release-manifests
285
285
path : out/release
@@ -325,7 +325,7 @@ jobs:
325
325
go-version-file : " ./go.mod"
326
326
327
327
- name : Download artifact
328
- uses : actions/download-artifact@v3
328
+ uses : actions/download-artifact@v4
329
329
with :
330
330
name : release-manifests
331
331
path : out/release
You can’t perform that action at this time.
0 commit comments