diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-21 16:19:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-21 16:19:18 +0200 |
| commit | 64967782104c8f8d0448deb693a5e834e620db7e (patch) | |
| tree | 06b3573b2603b2ebad48fac443b0fa12f650c678 /.github | |
| parent | e3b9323e221f0e9c80635307ecbaa89d5fe34843 (diff) | |
ci: Bump mikepenz/action-junit-report from 3 to 4
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>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6d82cda2..d7ae1c0a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: cache-read-only: ${{ github.ref != 'refs/heads/master' }} - name: Publish report if: always() - uses: mikepenz/action-junit-report@v3 + uses: mikepenz/action-junit-report@v4 with: check_name: test (Java ${{ matrix.java }}) report_paths: '**/build/test-results/test/TEST-*.xml' |
