Update mikepenz/action-junit-report action to v4.1.0 (#43)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-01-29 12:18:49 +00:00
committed by GitHub
parent c6e125e6bb
commit 5f6d656c8a

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.4
uses: mikepenz/action-junit-report@v4.1.0
if: always()
with:
report_paths: 'test-report.xml'