Skip to content

Commit 1aba2ca

Browse files
authored
Merge pull request #38 from dylan-lang/dependabot/github_actions/mikepenz/action-junit-report-6
Bump mikepenz/action-junit-report from 5 to 6
2 parents d647dcb + 76f0054 commit 1aba2ca

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@v5
38+
uses: mikepenz/action-junit-report@v6
3939
with:
4040
report_paths: '**/_build/TEST-*.xml'

0 commit comments

Comments
 (0)