diff --git a/.github/actions/test-ruby/action.yml b/.github/actions/test-ruby/action.yml index 1bf14d69..bfbd5761 100644 --- a/.github/actions/test-ruby/action.yml +++ b/.github/actions/test-ruby/action.yml @@ -125,7 +125,7 @@ runs: - name: RSpec Report if: always() - uses: SonicGarden/rspec-report-action@v3 + uses: SonicGarden/rspec-report-action@v4 with: token: ${{ env.GITHUB_TOKEN }} json-path: tmp/rspec_results.json