diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fdc8faf..d269d47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: - run: pnpm install --frozen-lockfile - run: pnpm test:run -- --coverage - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 if: matrix.node == 22 with: token: ${{ secrets.CODECOV_TOKEN }}