Skip to content

Commit ce5ef0d

Browse files
Bump mikepenz/action-junit-report from 4 to 5 (#277)
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 fba2f89 commit ce5ef0d

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
@@ -31,7 +31,7 @@ jobs:
3131
- name: ⚙️ Run build
3232
run: ./gradlew build --no-daemon --scan --write-locks
3333
- name: Publish Test Report
34-
uses: mikepenz/action-junit-report@v4
34+
uses: mikepenz/action-junit-report@v5
3535
if: always()
3636
with:
3737
report_paths: '**/build/test-results/*/*.xml'

0 commit comments

Comments
 (0)