Skip to content

Commit 5f166e7

Browse files
renovate[bot]hypery2k
authored andcommitted
chore(deps): update mikepenz/action-junit-report action to v6
1 parent a42485d commit 5f166e7

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@v5
43+
uses: mikepenz/action-junit-report@v6
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)