mirror of https://github.com/usbharu/Hideout.git
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:
commit
97b9b26ad9
|
@ -74,7 +74,7 @@ jobs:
|
||||||
|
|
||||||
- name: JUnit Test Report
|
- name: JUnit Test Report
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
uses: mikepenz/action-junit-report@v4
|
uses: mikepenz/action-junit-report@v5
|
||||||
with:
|
with:
|
||||||
report_paths: '**/TEST-*.xml'
|
report_paths: '**/TEST-*.xml'
|
||||||
check_name: 'hideout-core JUnit Test Report'
|
check_name: 'hideout-core JUnit Test Report'
|
||||||
|
@ -110,7 +110,7 @@ jobs:
|
||||||
|
|
||||||
- name: JUnit Test Report
|
- name: JUnit Test Report
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
uses: mikepenz/action-junit-report@v4
|
uses: mikepenz/action-junit-report@v5
|
||||||
with:
|
with:
|
||||||
report_paths: '**/TEST-*.xml'
|
report_paths: '**/TEST-*.xml'
|
||||||
check_name: 'owl JUnit Test Report'
|
check_name: 'owl JUnit Test Report'
|
||||||
|
|
Loading…
Reference in New Issue