diff --git a/.github/workflows/timing-tests.yml b/.github/workflows/timing-tests.yml index 13e83e0a70..015a213364 100644 --- a/.github/workflows/timing-tests.yml +++ b/.github/workflows/timing-tests.yml @@ -65,7 +65,7 @@ jobs: - name: Test Reports # Makes it easier to spot failures instead of looking at the logs. if: ${{ failure() }} - uses: scacap/action-surefire-report@1a128e49c0585bc0b8e38e541ac3b6e35a5bc727 # v1.9.0 + uses: scacap/action-surefire-report@5609ce4db72c09db044803b344a8968fd1f315da # v1.9.1 with: report_paths: '**/target/test-reports/TEST-*.xml' fail_if_no_tests: false