From 2fce5eb93391c4915f863faa1ab3c61e498e5b4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 04:23:27 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 5 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' 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 a3932dd..7595013 100644 --- a/.github/workflows/fix.yml +++ b/.github/workflows/fix.yml @@ -153,7 +153,7 @@ jobs: with: path: base - name: Download YAML configs - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: path: artifacts - name: Copy YAML configs diff --git a/.github/workflows/plan.yml b/.github/workflows/plan.yml index 9ab88e0..2270217 100644 --- a/.github/workflows/plan.yml +++ b/.github/workflows/plan.yml @@ -130,7 +130,7 @@ jobs: run: terraform init working-directory: terraform - name: Download terraform plans - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: path: terraform - name: Show terraform plans