Skip to content

Commit 6ce5209

Browse files
authored
Merge pull request #17 from dylan-lang/dependabot/github_actions/mikepenz/action-junit-report-6
Bump mikepenz/action-junit-report from 5 to 6
2 parents d2f4647 + 936e2c8 commit 6ce5209

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
@@ -33,6 +33,6 @@ jobs:
3333

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

0 commit comments

Comments
 (0)