diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64490b7736..8a9b0ca6ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: - run: bundle exec rake build - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 if: >- matrix.os == 'ubuntu-latest' && (matrix.ruby == '3.3' || matrix.ruby == 'jruby')