From c388d64bae66c4fb1324476c2549366e3802f267 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 16:43:17 +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 a445fbf..290978c 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.20.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