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