From 9d8f53d8a6d39c319731272c1e5a0d8aaa1adf6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 14:25:33 +0000 Subject: [PATCH] Bump actions/download-artifact from 5 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/gem_release.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gem_release.yaml b/.github/workflows/gem_release.yaml index 801a64f476..b9f9ccacec 100644 --- a/.github/workflows/gem_release.yaml +++ b/.github/workflows/gem_release.yaml @@ -39,7 +39,7 @@ jobs: contents: write # clone repo and create release steps: - name: Download gem from GitHub cache - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 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@v5 + uses: actions/download-artifact@v6 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@v5 + uses: actions/download-artifact@v6 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@v5 + uses: actions/download-artifact@v6 with: name: gem-artifact - name: Install Ruby