Skip to content

Commit

Permalink
Merge pull request #13337 from PennyDreadfulMTG/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/mikepenz/action-junit-report-5.0.0

Bump mikepenz/action-junit-report from 4.3.1 to 5.0.0
  • Loading branch information
silasary authored Nov 23, 2024
2 parents 6181db1 + bc2bc23 commit 0bdbbae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
pipenv run pytest
pipenv run python dev.py upload-coverage
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4.3.1
uses: mikepenz/action-junit-report@v5.0.0
if: always() # always run even if the previous step fails
with:
report_paths: '**/TestResults.xml'
Expand Down

0 comments on commit 0bdbbae

Please sign in to comment.