diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9f4e52d7..5a461b29 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,6 +22,6 @@ jobs: run: pnpm install - run: pnpm lint && [ -z "$(git status --porcelain)" ] - run: pnpm test - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: files: coverage/lcov.info