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 71ff380 + 0b7ea8e commit 68a1ce7Copy full SHA for 68a1ce7
1 file changed
.github/workflows/build-and-test.yml
@@ -36,6 +36,6 @@ jobs:
36
37
- name: Publish Test Report
38
if: success() || failure()
39
- uses: mikepenz/action-junit-report@v5
+ uses: mikepenz/action-junit-report@v6
40
with:
41
report_paths: '**/_build/TEST-*.xml'
0 commit comments