diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da62b11..3907703 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: # - name: (debug) cat all lcov.info files # run: find . -type f -name 'lcov.info' -exec cat {} \; # if: runner.os != 'Windows' - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v7 with: file: lcov.info # For `v4` of `codecov/codecov-action`,