diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 183d55837..f6f49a0f1 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -34,7 +34,7 @@ jobs: name: test-results path: build/test-results/ - name: Publish Test Report - uses: mikepenz/action-junit-report@ac30be7acb0a361e5492575ab42e47fcadec4928 # v4 + uses: mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe # v4 if: always() # always run even if the previous step fails with: report_paths: '**/build/test-results/*/TEST-*.xml'