diff --git a/.changeset/disturbed-harlequin-flamingo.md b/.changeset/disturbed-harlequin-flamingo.md new file mode 100644 index 00000000..970d1ffc --- /dev/null +++ b/.changeset/disturbed-harlequin-flamingo.md @@ -0,0 +1,5 @@ +--- +'arcane-scripts': patch +--- + +chore(deps): bump mikepenz/action-junit-report from 3 to 4 diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index 62d4837d..42c63d7f 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -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