Skip to content

Commit 689d1a8

Browse files
chore(deps): update mikepenz/action-junit-report action to v6 (#439)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a3264ab commit 689d1a8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
${{ matrix.mvn_opts }}
8080
8181
- name: Publish Test Report
82-
uses: mikepenz/action-junit-report@v5
82+
uses: mikepenz/action-junit-report@v6
8383
if: always() # always run even if the previous step fails
8484
with:
8585
report_paths: '**/target/*-reports/TEST-*.xml'

.github/workflows/nightly_jdk17.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
path: '**/target/*-reports/*'
5151

5252
- name: Publish Test Report
53-
uses: mikepenz/action-junit-report@v5
53+
uses: mikepenz/action-junit-report@v6
5454
if: always() # always run even if the previous step failed or was cancelled
5555
with:
5656
report_paths: '**/target/*-reports/TEST-*.xml'

.github/workflows/nightly_jdk21.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
path: '**/target/*-reports/*'
5151

5252
- name: Publish Test Report
53-
uses: mikepenz/action-junit-report@v5
53+
uses: mikepenz/action-junit-report@v6
5454
if: always() # always run even if the previous step failed or was cancelled
5555
with:
5656
report_paths: '**/target/*-reports/TEST-*.xml'

.github/workflows/nightly_jdk25.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
path: '**/target/*-reports/*'
5151

5252
- name: Publish Test Report
53-
uses: mikepenz/action-junit-report@v5
53+
uses: mikepenz/action-junit-report@v6
5454
if: always() # always run even if the previous step failed or was cancelled
5555
with:
5656
report_paths: '**/target/*-reports/TEST-*.xml'

.github/workflows/snapshot_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
clean deploy
3838
3939
- name: Publish Test Report
40-
uses: mikepenz/action-junit-report@v5
40+
uses: mikepenz/action-junit-report@v6
4141
if: success() || failure() # always run even if the previous step fails
4242
with:
4343
report_paths: '**/target/*-reports/TEST-*.xml'

0 commit comments

Comments
 (0)