diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 140edc7..2b0d17e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,7 +39,7 @@ jobs: - run: bundle exec rspec - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: files: ./coverage/coverage.xml fail_ci_if_error: true # optional (default = false)