diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a56685..10241b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,7 +119,7 @@ jobs: OUT_DIR: target - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: name: code-coverage-report files: lcov.info