diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 954d781e..a59fb196 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@v4.4.1 + - uses: codecov/codecov-action@v4.5.0 release-readiness: runs-on: ubuntu-latest