chore(deps): update mikepenz/action-junit-report action to v5

This commit is contained in:
renovate[bot] 2024-12-21 19:36:47 +00:00 committed by GitHub
parent 41c240c6dc
commit 309a6afde3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ jobs:
- name: JUnit Test Report
if: ${{ always() }}
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
with:
report_paths: '**/TEST-*.xml'
check_name: 'hideout-core JUnit Test Report'
@ -110,7 +110,7 @@ jobs:
- name: JUnit Test Report
if: ${{ always() }}
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
with:
report_paths: '**/TEST-*.xml'
check_name: 'owl JUnit Test Report'