From 60ad8924903cf6f064a786eff569b58bbf7f4460 Mon Sep 17 00:00:00 2001 From: Felix MIL Date: Wed, 24 Jul 2024 11:43:40 +0200 Subject: [PATCH] update codecov action to latest --- .github/workflows/test-coverage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index 78250f4..cbd8432 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -35,7 +35,7 @@ jobs: covr::to_cobertura(cov) shell: Rscript {0} - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v4.5 with: fail_ci_if_error: ${{ github.event_name != 'pull_request' && true || false }} file: ./cobertura.xml