diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af139e4..ea0568d 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.0.2 + - uses: codecov/codecov-action@v5.0.7 # release-readiness: # runs-on: ubuntu-latest