Update mikepenz/action-junit-report action to v4.0.4 (#42)

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

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