diff --git a/.github/workflows/ci-typescript.yaml b/.github/workflows/ci-typescript.yaml index f0819ef..6820d67 100644 --- a/.github/workflows/ci-typescript.yaml +++ b/.github/workflows/ci-typescript.yaml @@ -83,7 +83,7 @@ jobs: run: pnpm run test - if: inputs.enable-codecov name: code coverage - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.7 with: token: ${{ secrets.CODECOV_TOKEN }} - if: inputs.enable-artifact-upload