From b1f203a7b2269fce1e70149a5599a029d822a52e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 16:40:57 +0000 Subject: [PATCH] fix(deps): bump actions/download-artifact from 4 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...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/tag-and-release.yml | 4 ++-- .github/workflows/test-generate-terraform-docs.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tag-and-release.yml b/.github/workflows/tag-and-release.yml index 7815cbb..6d9ea15 100644 --- a/.github/workflows/tag-and-release.yml +++ b/.github/workflows/tag-and-release.yml @@ -36,7 +36,7 @@ jobs: steps: - name: Download all workflow run artifacts if: inputs.download-artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 - uses: actions/checkout@v6 with: @@ -72,7 +72,7 @@ jobs: - name: Download all workflow run artifacts if: inputs.download-artifacts && inputs.release-artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 - name: create-github-release uses: ncipollo/release-action@v1.20.0 diff --git a/.github/workflows/test-generate-terraform-docs.yml b/.github/workflows/test-generate-terraform-docs.yml index 7e07a19..c9bb1b9 100644 --- a/.github/workflows/test-generate-terraform-docs.yml +++ b/.github/workflows/test-generate-terraform-docs.yml @@ -36,7 +36,7 @@ jobs: - test-generate-terraform-docs-with-artifacts steps: - name: Download all workflow run artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 - run: ls -la