diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92fed5d..2179db6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: - name: Upload coverage to Codecov (optional) if: success() - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 continue-on-error: true with: files: ./coverage/lcov.info