diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bd53d8..c9ecdcc 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@v6.0.0 + - uses: codecov/codecov-action@v6.0.1 release-readiness: runs-on: ubuntu-latest