From 4a2887283b468dfef9fbd9c26a1965edf216f0be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 01:08:20 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...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/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b388200e..28a36f3f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -201,7 +201,7 @@ jobs: - build steps: - name: Download release artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: release-* merge-multiple: true @@ -245,14 +245,14 @@ jobs: ref: ${{ env.RELEASE_TAG }} - name: Download release artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: release-* merge-multiple: true path: dist - name: Download checksums for Homebrew formula - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: release-checksums path: dist