From 1d8578b6a879316e8e8f5263b144b6d65812706e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 08:42:28 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/fix.yml | 2 +- .github/workflows/plan.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fix.yml b/.github/workflows/fix.yml index 067f3af..242a14b 100644 --- a/.github/workflows/fix.yml +++ b/.github/workflows/fix.yml @@ -137,7 +137,7 @@ jobs: with: path: base - name: Download YAML configs - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: artifacts - name: Copy YAML configs diff --git a/.github/workflows/plan.yml b/.github/workflows/plan.yml index 7ff184c..d6bc56d 100644 --- a/.github/workflows/plan.yml +++ b/.github/workflows/plan.yml @@ -120,7 +120,7 @@ jobs: with: wrapper: false - name: Download terraform plans - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: terraform - name: Show terraform plans