diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77209eb..90b67c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: > coverage.lcov - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: files: coverage.lcov use_oidc: true