From 9914799b46dffed54f2fd5bea2382ea4760d469f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 06:25:14 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 4 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- .github/workflows/reusable-terraform-deploy.yml | 2 +- .github/workflows/terragrunt.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fae46e3..b166c05 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -165,7 +165,7 @@ jobs: fi - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: build-artifacts path: ./dist diff --git a/.github/workflows/reusable-terraform-deploy.yml b/.github/workflows/reusable-terraform-deploy.yml index b41ae64..4df1b32 100644 --- a/.github/workflows/reusable-terraform-deploy.yml +++ b/.github/workflows/reusable-terraform-deploy.yml @@ -113,7 +113,7 @@ jobs: # -- Artifact path (dev / staging already planned upstream) --------------- - name: Download Plan Artifact if: ${{ !inputs.plan_inline }} - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: ${{ inputs.plan_artifact_name }} path: terraform diff --git a/.github/workflows/terragrunt.yml b/.github/workflows/terragrunt.yml index 38b051b..69ea8ac 100644 --- a/.github/workflows/terragrunt.yml +++ b/.github/workflows/terragrunt.yml @@ -211,7 +211,7 @@ jobs: uses: google-github-actions/setup-gcloud@v2 - name: Download plan artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: tgplan-development path: terraform @@ -287,7 +287,7 @@ jobs: uses: google-github-actions/setup-gcloud@v2 - name: Download plan artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: tgplan-staging path: terraform