diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e52f79e..5cf1ec5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: run: bundle exec rspec --color --format RSpec::Github::Formatter --format progress --require spec_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 }}