diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 9c933ab..4d21395 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -15,7 +15,7 @@ jobs: - run: sudo apt install -y diffstat - run: bundle update - run: bundle exec rake - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v4.0.0-beta.3 with: file: coverage/.resultset.json fail_ci_if_error: true