diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f100c01..702156c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: bundle exec rspec --format progress - name: Upload coverage reports to artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: always() with: name: coverage-report