From d198526edad1da587f0f3ea431f6e2e915d2e043 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 02:28:56 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 4 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' 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 08dfbfc..fdb36cf 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@v4 + - uses: actions/download-artifact@v7 with: name: cross-gem-x86_64-linux path: pkg/ @@ -162,7 +162,7 @@ jobs: with: ruby-version: ${{ matrix.ruby }} - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v7 with: name: native-gem-arm64-darwin path: pkg/ @@ -191,7 +191,7 @@ jobs: ruby-version: "3.4" bundler-cache: true - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v7 with: path: pkg/ pattern: "{cross-gem-*,native-gem-*,source-gem}"