build(deps): bump mikepenz/action-junit-report from 3 to 4 (#5553)

Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 3 to 4.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases)
- [Commits](https://github.com/mikepenz/action-junit-report/compare/v3...v4)

---
updated-dependencies:
- dependency-name: mikepenz/action-junit-report
  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>
This commit is contained in:
dependabot[bot] 2023-09-07 07:04:06 -04:00 committed by GitHub
parent 55b6f25725
commit 227fd27556
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ jobs:
run: ./gradlew test run: ./gradlew test
- name: Publish Gradle Test Report - name: Publish Gradle Test Report
uses: mikepenz/action-junit-report@v3 uses: mikepenz/action-junit-report@v4
if: success() || failure() # always run even if the previous step fails if: success() || failure() # always run even if the previous step fails
with: with:
report_paths: '**/build/test-results/test/TEST-*.xml' report_paths: '**/build/test-results/test/TEST-*.xml'