Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit d29a50a

Browse files
dependabot[bot]aojea
authored andcommitted
Bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 94b299f commit d29a50a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
# dump the kubeconfig for later
120120
/usr/local/bin/kind get kubeconfig --name ${{ env.KIND_CLUSTER_NAME}} > _artifacts/kubeconfig.conf
121121
122-
- uses: actions/download-artifact@v4
122+
- uses: actions/download-artifact@v5
123123
with:
124124
name: test-image
125125

0 commit comments

Comments
 (0)