diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index c29cce6..2ee052a 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -74,7 +74,7 @@ jobs: --ignore 'test/*' -t lcov -o lcov.info - name: Update to codecov.io - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: lcov.info env: