diff --git a/.github/workflows/calc-coverage.yml b/.github/workflows/calc-coverage.yml index 3a46828..f51a970 100644 --- a/.github/workflows/calc-coverage.yml +++ b/.github/workflows/calc-coverage.yml @@ -45,7 +45,7 @@ jobs: covr::to_cobertura(cov) shell: Rscript {0} - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: fail_ci_if_error: ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }} files: ./cobertura.xml