From c70f01e5e290911337d5cc531b1a4e6948ecd066 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 02:54:25 +0000 Subject: [PATCH] build(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 85c7fa5..67bd6a9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -138,7 +138,7 @@ jobs: with: ruby-version: ${{ matrix.ruby }} - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: cross-gem-x86_64-linux path: pkg/ @@ -162,7 +162,7 @@ jobs: with: ruby-version: ${{ matrix.ruby }} - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: native-gem-arm64-darwin path: pkg/ @@ -191,7 +191,7 @@ jobs: ruby-version: "3.4" bundler-cache: true - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: path: pkg/ pattern: "{cross-gem-*,native-gem-*,source-gem}"