Skip to content

Commit 479f7a8

Browse files
Bump mikepenz/action-junit-report from 5 to 6 (#246)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 67f33b1 commit 479f7a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: ./gradlew test --tests 'SentryProguardGradlePluginTest'
3535

3636
- name: Publish Test Report
37-
uses: mikepenz/action-junit-report@v5
37+
uses: mikepenz/action-junit-report@v6
3838
if: success() || failure()
3939
with:
4040
report_paths: '**/build/test-results/test/TEST-*.xml'
@@ -67,7 +67,7 @@ jobs:
6767
run: ./gradlew test --tests 'SentryProguardGradlePluginPublishingTest'
6868

6969
- name: Publish Test Report
70-
uses: mikepenz/action-junit-report@v5
70+
uses: mikepenz/action-junit-report@v6
7171
if: success() || failure()
7272
with:
7373
report_paths: '**/build/test-results/test/TEST-*.xml'

0 commit comments

Comments
 (0)