We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2f4647 + 936e2c8 commit 6ce5209Copy full SHA for 6ce5209
.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@v5
+ uses: mikepenz/action-junit-report@v6
37
with:
38
report_paths: '**/_build/TEST-*.xml'
0 commit comments