diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d07df6..aa079d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,6 +108,6 @@ jobs: run: npm run test -- tests/deployment-topology-regressions.test.ts tests/install-script-guardrails.test.ts - name: Upload coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: fail_ci_if_error: false