We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2daa2c0 commit b18e355Copy full SHA for b18e355
1 file changed
.github/actions/run-tests/action.yml
@@ -71,7 +71,7 @@ runs:
71
--results-directory ./test-results/
72
/p:CI=true
73
74
- - uses: dorny/test-reporter@v1
+ - uses: dorny/test-reporter@v3
75
continue-on-error: true
76
if: success() || failure()
77
with:
0 commit comments