diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5c99c69b..9b5a1926 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@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