From 749b9d84786135c3a71cc082366ae92d6c7c8c9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 21:10:53 +0000 Subject: [PATCH] chore(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/auto-release.yml | 4 ++-- .github/workflows/pacto.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index b47e657..1a6d4ef 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -125,7 +125,7 @@ jobs: steps: - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: dist merge-multiple: true @@ -230,7 +230,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Download digests - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: pattern: digest-* path: /tmp/digests diff --git a/.github/workflows/pacto.yml b/.github/workflows/pacto.yml index e71bcfb..b2c5d0d 100644 --- a/.github/workflows/pacto.yml +++ b/.github/workflows/pacto.yml @@ -121,7 +121,7 @@ jobs: fi - name: Download bundle artifact - uses: actions/download-artifact@v4.3.0 + uses: actions/download-artifact@v8 with: name: pacto-dashboard-bundle path: pactos/pacto-dashboard/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e7c960..c22b38b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: steps: - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: dist merge-multiple: true