diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 8a10ab00..50c1683e 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -14,7 +14,7 @@ jobs: ruby-version: 2.7 - run: bundle update - run: bundle exec rake - - uses: codecov/codecov-action@v4.0.0-beta.3 + - uses: codecov/codecov-action@v4.0.0-beta.3.0.0-beta.3 with: file: coverage/.resultset.json fail_ci_if_error: true