diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7e3763f5..ca6a3953c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: run: pnpm test - name: Publish to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 if: ${{ matrix.os != 'windows-latest' }} with: # Codecov backend may be unstable