diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index f14833e..f48b6bc 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -85,7 +85,7 @@ jobs: find ${{ runner.temp }}/package -name 'testthat.Rout*' -exec cat '{}' \; || true - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: ./cobertura.xml fail_ci_if_error: false