diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4620c0c8..fe75dc61 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: # actually contain their entry points — a gem missing one installs and # resolves, then dies on require. - run: bundle exec rake build_all - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: gems path: pkg/*.gem