diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21fd94ee..3960101e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: sed -i '/^--tag/d' .rspec bundle exec rspec - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}