diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cdb64c0..7260693 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,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@v4 + - uses: codecov/codecov-action@v5 with: file: lcov.info # For `v4` of `codecov/codecov-action`,