diff --git a/.github/workflows/ci-checks.yml b/.github/workflows/ci-checks.yml index ab95b4257..2d681d428 100644 --- a/.github/workflows/ci-checks.yml +++ b/.github/workflows/ci-checks.yml @@ -25,7 +25,7 @@ jobs: run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose - run: npm run ci:verify - name: Upload code coverage - uses: codecov/codecov-action@v6.0.0 + uses: codecov/codecov-action@v6.0.1 with: fail_ci_if_error: true files: ./coverage/coverage-final.json,./coverage-jest/coverage-final.json