Skip to content

Commit 173236a

Browse files
renovate[bot]hypery2k
authored andcommitted
chore(deps): update mikepenz/action-junit-report action to v5
1 parent 133c8e6 commit 173236a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
./mvnw javadoc:javadoc
4141
4242
- name: Publish Test Report
43-
uses: mikepenz/action-junit-report@v4
43+
uses: mikepenz/action-junit-report@v5
4444
if: success() || failure() # always run even if the previous step fails
4545
with:
4646
report_paths: '**/target/*-reports/TEST-*.xml'

0 commit comments

Comments
 (0)