diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ed3027..0d3ac3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: env: OUT_DIR: target - name: Upload reports to codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: name: code-coverage-report file: lcov.info