diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0e373547..f3850152 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,7 +33,7 @@ jobs: run: yarn test:ci - name: Upload coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 if: matrix.node == '18' with: token: ${{ secrets.CODECOV_TOKEN }}