Skip to content

Commit 68a1ce7

Browse files
authored
Merge pull request #27 from dylan-lang/dependabot/github_actions/mikepenz/action-junit-report-6
Bump mikepenz/action-junit-report from 5 to 6
2 parents 71ff380 + 0b7ea8e commit 68a1ce7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

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

0 commit comments

Comments
 (0)