diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d55116..a8d08f0 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@v4.4.1 with: { files: c.out } notify: