diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4bf871d..852bef2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.node-version == '24.x' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: false