diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dd5b6ab..2c59a19 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -160,7 +160,7 @@ jobs: - name: Report test coverage to Codecov if: needs.precheck.outputs.doc_only != 'true' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: ./coverage.out flags: unittests