diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd0f3ce..9f8bf0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: run_install: true - run: pnpm run compile - run: ./node_modules/.bin/c8 --reporter=lcovonly pnpm test - - uses: codecov/codecov-action@v5.1.1 + - uses: codecov/codecov-action@v5.1.2 # release-readiness: # runs-on: ubuntu-latest