We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d647dcb + 76f0054 commit 1aba2caCopy full SHA for 1aba2ca
.github/workflows/build-and-test.yml
@@ -35,6 +35,6 @@ jobs:
35
36
- name: Publish Test Report
37
if: success() || failure()
38
- uses: mikepenz/action-junit-report@v5
+ uses: mikepenz/action-junit-report@v6
39
with:
40
report_paths: '**/_build/TEST-*.xml'
0 commit comments