diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 8aa5971..08ccea0 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -97,7 +97,7 @@ jobs: reporttypes: 'HtmlInline;Cobertura' - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: file: ./coverage/**/coverage.cobertura.xml fail_ci_if_error: false \ No newline at end of file