diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4dead313..26dd4032 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: run: bundle exec rspec --color --format RSpec::Github::Formatter --format progress --require spec_helper --require rails_helper - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 if: ${{ success() || failure() }} with: token: ${{ secrets.CODECOV_TOKEN }}