Update mikepenz/action-junit-report action to v4.0.3 (#39)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-10-29 13:20:25 +00:00
committed by GitHub
parent a30804312a
commit 387cddddab

View File

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