diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 77a4997..d941f98 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: - name: Publish Test Report if: ${{ always() }} - uses: mikepenz/action-junit-report@a294a61c909bd8a4b563024a2faa28897fd53ebc + uses: mikepenz/action-junit-report@49b2ca06f62aa7ef83ae6769a2179271e160d8e4 with: check_name: Test Report - ${{ matrix.cmd }} report_paths: '**/build/test-results/test/TEST-*.xml'