Skip to content

Commit 2b4787b

Browse files
authored
Merge pull request #12 from kubernetes-sigs/dependabot/github_actions/actions/download-artifact-7
build(deps): bump actions/download-artifact from 6 to 7
2 parents b074103 + a913e76 commit 2b4787b

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
@@ -113,7 +113,7 @@ jobs:
113113
# dump the kubeconfig for later
114114
/usr/local/bin/kind get kubeconfig --name ${{ env.KIND_CLUSTER_NAME}} > _artifacts/kubeconfig.conf
115115
116-
- uses: actions/download-artifact@v6
116+
- uses: actions/download-artifact@v7
117117
with:
118118
name: test-image
119119

0 commit comments

Comments
 (0)