diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2bccd19..dc61a8b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,7 +64,7 @@ jobs: - name: Prepare coverage reports run: reportgenerator -reports:*/coverage/*/coverage.cobertura.xml -targetdir:./ -reporttypes:Cobertura - name: Upload coverage report - uses: codecov/codecov-action@v1.2.2 + uses: codecov/codecov-action@v4.3.0 with: file: Cobertura.xml fail_ci_if_error: false