diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8284dd..3ce2f03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,7 +120,7 @@ jobs: uses: actions/download-artifact@v4.1.0 with: { name: code-coverage-report } - name: Send code coverage report to Codecov - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v5.5.1 with: { files: c.out } notify: