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.
1 parent 8121101 commit 359b4b3Copy full SHA for 359b4b3
.github/actions/java-test/action.yaml
@@ -60,7 +60,7 @@ runs:
60
if: ${{ inputs.upload-test-reports == 'true' }}
61
uses: actions/upload-artifact@v4
62
with:
63
- name: java-test-reports-${{ github.run_id }}
+ name: java-test-reports-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}
64
path: "**/target/surefire-reports/*.txt"
65
retention-days: 7 # 1 week for test reports
66
overwrite: true
0 commit comments