chore(deps): update mikepenz/action-junit-report action to v5

This commit is contained in:
renovate[bot] 2024-11-03 14:04:43 +00:00 committed by GitHub
parent e6d786a7d9
commit 08314063ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,7 +48,7 @@ jobs:
secret: ${{ secrets.BUILDPULSE_SECRET_ACCESS_KEY }}
tags: integration
- name: Annotate test results
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: success() || failure() # always run even if the previous step fails
with:
report_paths: "tmp/test-results/*.xml"