Skip to content

Commit 8f1e84e

Browse files
Bump mikepenz/action-junit-report from 4 to 5 (#10)
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 4 to 5. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](mikepenz/action-junit-report@v4...v5) --- 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>
1 parent 6fc73c9 commit 8f1e84e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333

3434
- name: Publish Test Report
3535
if: success() || failure()
36-
uses: mikepenz/action-junit-report@v4
36+
uses: mikepenz/action-junit-report@v5
3737
with:
3838
report_paths: '**/_build/TEST-*.xml'

0 commit comments

Comments
 (0)