Skip to content

Commit

Permalink
Update mikepenz/action-junit-report action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 16, 2024
1 parent 8159f5d commit f33e0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
pytest -v --junitxml=report.xml --durations=20
- name: report
uses: mikepenz/action-junit-report@v2
uses: mikepenz/action-junit-report@v4
if: always()
with:
report_paths: "**/report.xml"

0 comments on commit f33e0f3

Please sign in to comment.