Skip to content

Commit

Permalink
Merge pull request #252 from chizmw/dependabot/github_actions/mikepen…
Browse files Browse the repository at this point in the history
…z/action-junit-report-4

chore(deps): bump mikepenz/action-junit-report from 3 to 4
  • Loading branch information
chizmw authored Oct 3, 2023
2 parents 1a044f2 + 4cc2b54 commit 6fce0ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/disturbed-harlequin-flamingo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'arcane-scripts': patch
---

<!-- markdownlint-disable MD041 -->chore(deps): bump mikepenz/action-junit-report from 3 to 4
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
path: test-results.xml

- name: Publish Test Report
uses: mikepenz/action-junit-report@v3
uses: mikepenz/action-junit-report@v4
if: success() || failure() # always run even if the previous step fails
with:
annotate_notice: true
Expand Down

0 comments on commit 6fce0ac

Please sign in to comment.