Run v3 of junit reports

This commit is contained in:
iLLeniumStudios
2022-05-03 12:56:55 +02:00
committed by GitHub
parent a3215c6670
commit 6138dacd3e
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
args: "-t --formatter JUnit"
- name: Publish Test Report
if: always()
uses: mikepenz/action-junit-report@v2
uses: mikepenz/action-junit-report@v3
with:
report_paths: "**/junit.xml"
fail_on_failure: 0