From a87c25f9113bb976b9f424f8f8d5217860f89a36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 13:03:33 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 36efda8..008d979 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: contents: write # clone repo and create release steps: - name: Download gem from GitHub cache - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: gem-artifact - name: Create Release @@ -56,7 +56,7 @@ jobs: packages: write # publish to rubygems.pkg.github.com steps: - name: Download gem from GitHub cache - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: gem-artifact - name: Publish gem to GitHub packages @@ -73,7 +73,7 @@ jobs: id-token: write # rubygems.org authentication steps: - name: Download gem from GitHub cache - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: gem-artifact - uses: rubygems/configure-rubygems-credentials@v1.0.0 @@ -92,7 +92,7 @@ jobs: - release-to-rubygems steps: - name: Download gem from GitHub cache - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: gem-artifact - name: Install Ruby