diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e599ed3a..c1df4be6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,7 +35,7 @@ jobs: - name: Run tests run: bundle exec rspec - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: matrix.ruby-version == '3.1' && matrix.rails-version == '7.0' with: token: ${{ secrets.CODECOV_TOKEN }}