Update mikepenz/action-junit-report action to v4 (#37)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-09-07 09:37:23 +01:00
committed by GitHub
parent 898aa732ae
commit d76974ebf8

View File

@@ -38,7 +38,7 @@ jobs:
--output "junit" --test-report "test-report.xml"
- name: Publish test report
uses: mikepenz/action-junit-report@v3.8.0
uses: mikepenz/action-junit-report@v4.0.0
if: always()
with:
report_paths: 'test-report.xml'