diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af48656e..8592f960 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - run: pnpm build - run: pnpm test:dist - run: pnpm test:unit - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 - name: Release Edge if: | github.event_name == 'push' &&