From 28ee74118c49425b19ab1ccb7c7f5bbe2c6410a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 18:03:34 +0000 Subject: [PATCH] fix(deps): bump actions/download-artifact from 4 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' 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 6038c48..4ef264a 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@v8 - 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@v8 - name: create-github-release uses: ncipollo/release-action@v1.21.0 diff --git a/.github/workflows/test-generate-terraform-docs.yml b/.github/workflows/test-generate-terraform-docs.yml index 7e07a19..9556f9f 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@v8 - run: ls -la