Skip to content

Commit b3b9e67

Browse files
renovate[bot]hypery2k
authored andcommitted
Update mikepenz/action-junit-report action to v6
1 parent 82dabae commit b3b9e67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: ./mvnw --batch-mode clean install
5656

5757
- name: Publish Test Report
58-
uses: mikepenz/action-junit-report@v5
58+
uses: mikepenz/action-junit-report@v6
5959
if: success() || failure() # always run even if the previous step fails
6060
with:
6161
report_paths: '**/target/*/TEST-*.xml'

0 commit comments

Comments
 (0)