From 762bd8800d0f8730fad0a5d4dc1d21ff8600ad39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:47:36 +0000 Subject: [PATCH] Bump dawidd6/action-download-artifact Bumps the github_actions group with 1 update in the /.github/workflows directory: [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact). Updates `dawidd6/action-download-artifact` from 3 to 6 - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v3...v6) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production dependency-group: github_actions ... Signed-off-by: dependabot[bot] --- .github/workflows/gcp-full-infra-test-apply.yaml | 2 +- .github/workflows/testing-apply-aws-infra.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gcp-full-infra-test-apply.yaml b/.github/workflows/gcp-full-infra-test-apply.yaml index 5e74b1ef..1de80680 100644 --- a/.github/workflows/gcp-full-infra-test-apply.yaml +++ b/.github/workflows/gcp-full-infra-test-apply.yaml @@ -57,7 +57,7 @@ jobs: tofu_wrapper: false - name: Retrieve artifacts from last plan - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v6 with: workflow: ${{ env.PLAN_WORKFLOW_NAME }} pr: ${{ env.PR_NUMBER }} diff --git a/.github/workflows/testing-apply-aws-infra.yaml b/.github/workflows/testing-apply-aws-infra.yaml index 561f0cf4..a2efb28f 100644 --- a/.github/workflows/testing-apply-aws-infra.yaml +++ b/.github/workflows/testing-apply-aws-infra.yaml @@ -55,7 +55,7 @@ jobs: # key: tofu-${{hashFiles('./tofu/.terraform.lock.hcl')}} - name: Get artifacts - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v6 with: workflow: ${{ env.PLAN_WORKFLOW_NAME }} pr: ${{ env.PR_NUMBER }}