diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc6e06bb4..d893a4be8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: run: bundle exec rspec --color --format RSpec::Github::Formatter --format progress - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 if: ${{ success() || failure() }} with: token: ${{ secrets.CODECOV_TOKEN }}