diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d55116..e620b99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: uses: actions/download-artifact@v4.1.4 with: { name: code-coverage-report } - name: Send code coverage report to Codecov (codecov.io) - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v5.0.2 with: { files: c.out } notify: