diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34e47f2..265772c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: npm run test:coverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v6 with: files: codex-worker-mvp/coverage/lcov.info flags: backend