We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcecab4 commit f50d22eCopy full SHA for f50d22e
.github/workflows/build.yml
@@ -57,7 +57,7 @@ jobs:
57
if: ${{ env.SONAR_TOKEN == 0 }}
58
run: mvn -B verify
59
- name: Upload surefire test results
60
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
61
with:
62
name: Surefire-Test-Results
63
path: ~/**/surefire-reports/**/*.txt
0 commit comments