We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fc73c9 commit 8f1e84eCopy full SHA for 8f1e84e
.github/workflows/build-and-test.yml
@@ -33,6 +33,6 @@ jobs:
33
34
- name: Publish Test Report
35
if: success() || failure()
36
- uses: mikepenz/action-junit-report@v4
+ uses: mikepenz/action-junit-report@v5
37
with:
38
report_paths: '**/_build/TEST-*.xml'
0 commit comments