diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 108ba3a..28ab137 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: - run: | bundle exec rspec --color --format documentation - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}