diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96414ed..6391625 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -173,7 +173,7 @@ jobs: --lcov --output-path lcov.info \ --cobertura --output-path cobertura.xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v7 with: files: lcov.info,cobertura.xml fail_ci_if_error: false