From 1aab610654756803814999b5aaaa92c0a79188d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:18:30 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/terraform-deploy-cca-quote.yml | 4 ++-- .github/workflows/terraform-deploy.yml | 4 ++-- .github/workflows/terraform-destroy.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/terraform-deploy-cca-quote.yml b/.github/workflows/terraform-deploy-cca-quote.yml index 6988b5b..33e6327 100644 --- a/.github/workflows/terraform-deploy-cca-quote.yml +++ b/.github/workflows/terraform-deploy-cca-quote.yml @@ -86,7 +86,7 @@ jobs: - name: Download auto tfvars if: ${{ env.AUTO_TFVARS_ARTIFACT }} - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ${{ env.AUTO_TFVARS_ARTIFACT }} path: ${{ env.WORKING_DIR }} @@ -131,7 +131,7 @@ jobs: - name: Download auto tfvars if: ${{ env.AUTO_TFVARS_ARTIFACT }} - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ${{ env.AUTO_TFVARS_ARTIFACT }} path: ${{ env.WORKING_DIR }} diff --git a/.github/workflows/terraform-deploy.yml b/.github/workflows/terraform-deploy.yml index 3cfeeee..61f9235 100644 --- a/.github/workflows/terraform-deploy.yml +++ b/.github/workflows/terraform-deploy.yml @@ -86,7 +86,7 @@ jobs: - name: Download auto tfvars if: ${{ env.AUTO_TFVARS_ARTIFACT }} - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ${{ env.AUTO_TFVARS_ARTIFACT }} path: ${{ env.WORKING_DIR }} @@ -131,7 +131,7 @@ jobs: - name: Download auto tfvars if: ${{ env.AUTO_TFVARS_ARTIFACT }} - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ${{ env.AUTO_TFVARS_ARTIFACT }} path: ${{ env.WORKING_DIR }} diff --git a/.github/workflows/terraform-destroy.yml b/.github/workflows/terraform-destroy.yml index b8157cd..31d7f74 100644 --- a/.github/workflows/terraform-destroy.yml +++ b/.github/workflows/terraform-destroy.yml @@ -85,7 +85,7 @@ jobs: - name: Download auto tfvars if: ${{ env.AUTO_TFVARS_ARTIFACT }} - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ${{ env.AUTO_TFVARS_ARTIFACT }} path: ${{ env.WORKING_DIR }}