From d0d105f9ffac1704b8a04dbac97fa2e5ff07b9c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:39:58 +0000 Subject: [PATCH] Bump actions/download-artifact Bumps the github_actions group with 1 update in the /.github/workflows directory: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 2 to 4.1.7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production dependency-group: github_actions ... Signed-off-by: dependabot[bot] --- .github/workflows/tf-actions-dev.yml | 2 +- .github/workflows/tf-actions-prod.yml | 2 +- .github/workflows/tf-actions-stage.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tf-actions-dev.yml b/.github/workflows/tf-actions-dev.yml index 66ba78c..fee386d 100644 --- a/.github/workflows/tf-actions-dev.yml +++ b/.github/workflows/tf-actions-dev.yml @@ -138,7 +138,7 @@ jobs: with: cli_config_credentials_token: ${{ steps.auth.outputs.access_token }} - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: tfplan.plan path: ./examples/poc/ diff --git a/.github/workflows/tf-actions-prod.yml b/.github/workflows/tf-actions-prod.yml index d1f02e3..1eae6ca 100644 --- a/.github/workflows/tf-actions-prod.yml +++ b/.github/workflows/tf-actions-prod.yml @@ -138,7 +138,7 @@ jobs: with: cli_config_credentials_token: ${{ steps.auth.outputs.access_token }} - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: tfplan.plan path: ./examples/poc/ diff --git a/.github/workflows/tf-actions-stage.yml b/.github/workflows/tf-actions-stage.yml index 7357628..71df998 100644 --- a/.github/workflows/tf-actions-stage.yml +++ b/.github/workflows/tf-actions-stage.yml @@ -138,7 +138,7 @@ jobs: with: cli_config_credentials_token: ${{ steps.auth.outputs.access_token }} - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: tfplan.plan path: ./examples/poc/