Skip to content

Commit 37a0304

Browse files
chore(deps): bump actions/download-artifact from 4 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d13d1d4 commit 37a0304

8 files changed

+8
-8
lines changed

.github/workflows/deploy-cert-manager-aks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ jobs:
270270

271271
# Download the plan artifact generated in terraform-plan job
272272
- name: Download plan
273-
uses: actions/download-artifact@v4
273+
uses: actions/download-artifact@v7
274274
with:
275275
name: tfplan-cert-manager-aks
276276
path: ${{ env.WORKING_DIR }}

.github/workflows/deploy-cert-manager-eks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ jobs:
270270

271271
# Download the plan artifact generated in terraform-plan job
272272
- name: Download plan
273-
uses: actions/download-artifact@v4
273+
uses: actions/download-artifact@v7
274274
with:
275275
name: tfplan-cert-manager-eks
276276
path: ${{ env.WORKING_DIR }}

.github/workflows/deploy-cert-manager-generic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ jobs:
248248

249249
# Download the plan artifact
250250
- name: Download plan
251-
uses: actions/download-artifact@v4
251+
uses: actions/download-artifact@v7
252252
with:
253253
name: tfplan-cert-manager-generic
254254
path: ${{ env.WORKING_DIR }}

.github/workflows/deploy-cert-manager-gke.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ jobs:
316316

317317
# Download the plan artifact generated in terraform-plan job
318318
- name: Download plan
319-
uses: actions/download-artifact@v4
319+
uses: actions/download-artifact@v7
320320
with:
321321
name: tfplan-cert-manager-gke
322322
path: ${{ env.WORKING_DIR }}

.github/workflows/deploy-ingress-controller-aks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ jobs:
328328
# Download plan artifact from plan job
329329
# Ensures we apply exactly what was reviewed
330330
- name: Download plan
331-
uses: actions/download-artifact@v4
331+
uses: actions/download-artifact@v7
332332
with:
333333
name: tfplan-ingress-controller-aks
334334
path: ${{ env.WORKING_DIR }}

.github/workflows/deploy-ingress-controller-eks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ jobs:
308308
# Download plan artifact from plan job
309309
# Ensures we apply exactly what was reviewed
310310
- name: Download plan
311-
uses: actions/download-artifact@v4
311+
uses: actions/download-artifact@v7
312312
with:
313313
name: tfplan-ingress-controller-eks
314314
path: ${{ env.WORKING_DIR }}

.github/workflows/deploy-ingress-controller-generic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ jobs:
242242

243243
# Download the plan artifact
244244
- name: Download plan
245-
uses: actions/download-artifact@v4
245+
uses: actions/download-artifact@v7
246246
with:
247247
name: tfplan-ingress-controller-generic
248248
path: ${{ env.WORKING_DIR }}

.github/workflows/deploy-ingress-controller-gke.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ jobs:
305305
# Download plan artifact from plan job
306306
# Ensures we apply exactly what was reviewed
307307
- name: Download plan
308-
uses: actions/download-artifact@v4
308+
uses: actions/download-artifact@v7
309309
with:
310310
name: tfplan-ingress-controller-gke
311311
path: ${{ env.WORKING_DIR }}

0 commit comments

Comments
 (0)