Skip to content

Commit f214ea0

Browse files
chore(deps): bump actions/download-artifact from 5 to 6 (#3321)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 749ac97 commit f214ea0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/e2e.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,12 @@ jobs:
132132
echo "KUBECONFIG env var: ${KUBECONFIG}"
133133
134134
- name: Download vcluster cli
135-
uses: actions/download-artifact@v5
135+
uses: actions/download-artifact@v6
136136
with:
137137
name: vcluster
138138

139139
- name: Download syncer image
140-
uses: actions/download-artifact@v5
140+
uses: actions/download-artifact@v6
141141
with:
142142
name: vcluster_syncer
143143

@@ -209,18 +209,18 @@ jobs:
209209
echo "KUBECONFIG env var: ${KUBECONFIG}"
210210
211211
- name: Download vcluster cli
212-
uses: actions/download-artifact@v5
212+
uses: actions/download-artifact@v6
213213
with:
214214
name: vcluster
215215
path: vcluster-dev
216216

217217
- name: Download current cli
218-
uses: actions/download-artifact@v5
218+
uses: actions/download-artifact@v6
219219
with:
220220
name: vcluster-current
221221

222222
- name: Download syncer image
223-
uses: actions/download-artifact@v5
223+
uses: actions/download-artifact@v6
224224
with:
225225
name: vcluster_syncer
226226

@@ -341,12 +341,12 @@ jobs:
341341
kubectl wait --for=condition=Available -n kube-system deploy/snapshot-controller --timeout=60s
342342
343343
- name: Download vcluster cli
344-
uses: actions/download-artifact@v5
344+
uses: actions/download-artifact@v6
345345
with:
346346
name: vcluster
347347

348348
- name: Download syncer image
349-
uses: actions/download-artifact@v5
349+
uses: actions/download-artifact@v6
350350
with:
351351
name: vcluster_syncer
352352

0 commit comments

Comments
 (0)