Skip to content

Commit 1e5b16c

Browse files
Bump mikepenz/action-junit-report from 4 to 5 (#34)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent af9ade9 commit 1e5b16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535

3636
- name: Publish Test Report
3737
if: success() || failure()
38-
uses: mikepenz/action-junit-report@v4
38+
uses: mikepenz/action-junit-report@v5
3939
with:
4040
report_paths: '**/_build/TEST-*.xml'

0 commit comments

Comments
 (0)