Skip to content

Commit d933c21

Browse files
authored
Merge pull request #689 from kubernetes-sigs/dependabot/github_actions/actions/download-artifact-4
🌱 Bump actions/download-artifact from 3 to 4
2 parents 4980879 + 3e357ac commit d933c21

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
go-version-file: "./go.mod"
188188

189189
- name: Download artifact
190-
uses: actions/download-artifact@v3
190+
uses: actions/download-artifact@v4
191191
with:
192192
name: release-manifests
193193
path: out/release
@@ -233,7 +233,7 @@ jobs:
233233
go-version-file: "./go.mod"
234234

235235
- name: Download artifact
236-
uses: actions/download-artifact@v3
236+
uses: actions/download-artifact@v4
237237
with:
238238
name: release-manifests
239239
path: out/release
@@ -279,7 +279,7 @@ jobs:
279279
go-version-file: "./go.mod"
280280

281281
- name: Download artifact
282-
uses: actions/download-artifact@v3
282+
uses: actions/download-artifact@v4
283283
with:
284284
name: release-manifests
285285
path: out/release
@@ -325,7 +325,7 @@ jobs:
325325
go-version-file: "./go.mod"
326326

327327
- name: Download artifact
328-
uses: actions/download-artifact@v3
328+
uses: actions/download-artifact@v4
329329
with:
330330
name: release-manifests
331331
path: out/release

0 commit comments

Comments
 (0)