Skip to content

Commit 4ad5c78

Browse files
authored
Merge pull request #38 from dylan-lang/dependabot/github_actions/mikepenz/action-junit-report-5
Bump mikepenz/action-junit-report from 4 to 5
2 parents f4db911 + 61f9f8b commit 4ad5c78

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
@@ -30,6 +30,6 @@ jobs:
3030

3131
- name: Publish Test Report
3232
if: success() || failure()
33-
uses: mikepenz/action-junit-report@v4
33+
uses: mikepenz/action-junit-report@v5
3434
with:
3535
report_paths: '**/_build/TEST-*.xml'

0 commit comments

Comments
 (0)