Skip to content

Commit 17401bf

Browse files
committed
MESH-2530 Try junit v5
1 parent b560455 commit 17401bf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/merge-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: publish junit reports
9696
if: success() || failure()
97-
uses: mikepenz/action-junit-report@3585e9575db828022551b4231f165eb59a0e74e3
97+
uses: mikepenz/action-junit-report@v5
9898
with:
9999
check_name: junit reports
100100
report_paths: reports/junit/*.xml

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139

140140
- name: publish junit reports
141141
if: success() || failure()
142-
uses: mikepenz/action-junit-report@3585e9575db828022551b4231f165eb59a0e74e3
142+
uses: mikepenz/action-junit-report@v5
143143
with:
144144
check_name: junit reports
145145
report_paths: reports/junit/*.xml

0 commit comments

Comments
 (0)