From e98de0e9263c3689b6239a767f0d60acd971f9ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 13:23:52 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' 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 215971e375..55401c569f 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@v4 + uses: actions/download-artifact@v5 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@v4 + uses: actions/download-artifact@v5 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@v4 + uses: actions/download-artifact@v5 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@v4 + uses: actions/download-artifact@v5 with: name: gem-artifact - name: Install Ruby