diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1713e0..5a9150e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.ruby == '3.4' - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: false