Skip to content

Commit 02563b9

Browse files
dependabot[bot]k8s-ci-robot
authored andcommitted
Bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0f713b8 commit 02563b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/e2e.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
start-args: --insecure-registry=host.minikube.internal:5000
158158

159159
- name: Download container images
160-
uses: actions/download-artifact@v5
160+
uses: actions/download-artifact@v6
161161
with:
162162
path: artifacts
163163

@@ -226,7 +226,7 @@ jobs:
226226
start-args: --insecure-registry=host.minikube.internal:5000
227227

228228
- name: Download container images
229-
uses: actions/download-artifact@v5
229+
uses: actions/download-artifact@v6
230230
with:
231231
path: artifacts
232232

@@ -302,7 +302,7 @@ jobs:
302302
start-args: --insecure-registry=host.minikube.internal:5000
303303

304304
- name: Download container images
305-
uses: actions/download-artifact@v5
305+
uses: actions/download-artifact@v6
306306
with:
307307
path: artifacts
308308

0 commit comments

Comments
 (0)