diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e0d1f6f..93a89226 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: run: npm run coverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6.0.0 + uses: codecov/codecov-action@v7.0.0 with: use_oidc: true files: ./coverage/coverage-final.json