diff --git a/.github/workflows/test-bwa.yml b/.github/workflows/test-bwa.yml index a80fac8cd4..013c3699a0 100644 --- a/.github/workflows/test-bwa.yml +++ b/.github/workflows/test-bwa.yml @@ -219,7 +219,7 @@ jobs: with: files: coverage.xml fail_ci_if_error: true - version: v11.2.3 # Do not bump until this is fixed: https://github.com/getsentry/prevent-cli/issues/101 + version: v11.2.8 # Do not bump until this is fixed: https://github.com/getsentry/prevent-cli/issues/101 - name: Comment PR if tests failed if: steps.upload-to-codecov.outcome == 'failure' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4b718855da..aa0d3918a2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -214,7 +214,7 @@ jobs: with: files: coverage.xml fail_ci_if_error: true - version: v11.2.3 # Do not bump until this is fixed: https://github.com/getsentry/prevent-cli/issues/101 + version: v11.2.8 # Do not bump until this is fixed: https://github.com/getsentry/prevent-cli/issues/101 - name: Comment PR if tests failed if: steps.upload-to-codecov.outcome == 'failure'