Merge pull request #644 from usbharu/renovate/mikepenz-action-junit-report-5.x

chore(deps): update mikepenz/action-junit-report action to v5
This commit is contained in:
usbharu 2024-12-27 21:19:45 +09:00 committed by GitHub
commit 97b9b26ad9
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'