diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea48ac7..b29dbd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,7 +105,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.node-version == '22' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: false