Skip to content

Commit 3b2d93d

Browse files
Bump mikepenz/action-junit-report from 5 to 6
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 5 to 6. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](mikepenz/action-junit-report@v5...v6) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a7e38ec commit 3b2d93d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: ./gradlew --no-daemon temporal-sdk:testResourceIndependent -x spotlessCheck -x spotlessApply -x spotlessJava -P edgeDepsTest
4343

4444
- name: Publish Test Report
45-
uses: mikepenz/action-junit-report@v5
45+
uses: mikepenz/action-junit-report@v6
4646
if: success() || failure() # always run even if the previous step fails
4747
with:
4848
report_paths: '**/build/test-results/test/TEST-*.xml'
@@ -127,7 +127,7 @@ jobs:
127127
run: ./gradlew --no-daemon :temporal-sdk:virtualThreadTests -x spotlessCheck -x spotlessApply -x spotlessJava
128128

129129
- name: Publish Test Report
130-
uses: mikepenz/action-junit-report@v5
130+
uses: mikepenz/action-junit-report@v6
131131
if: success() || failure() # always run even if the previous step fails
132132
with:
133133
report_paths: '**/build/test-results/test/TEST-*.xml'
@@ -166,7 +166,7 @@ jobs:
166166
run: ./gradlew --no-daemon :temporal-sdk:test --tests '*CloudOperationsClientTest'
167167

168168
- name: Publish Test Report
169-
uses: mikepenz/action-junit-report@v5
169+
uses: mikepenz/action-junit-report@v6
170170
if: success() || failure() # always run even if the previous step fails
171171
with:
172172
report_paths: '**/build/test-results/test/TEST-*.xml'

0 commit comments

Comments
 (0)