Skip to content

Commit 359b4b3

Browse files
authored
Use unique name for surefire artifacts (#1544)
1 parent 8121101 commit 359b4b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/java-test/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ runs:
6060
if: ${{ inputs.upload-test-reports == 'true' }}
6161
uses: actions/upload-artifact@v4
6262
with:
63-
name: java-test-reports-${{ github.run_id }}
63+
name: java-test-reports-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}
6464
path: "**/target/surefire-reports/*.txt"
6565
retention-days: 7 # 1 week for test reports
6666
overwrite: true

0 commit comments

Comments
 (0)