Skip to content

Commit ba7f1bb

Browse files
committed
Make artifact name unique
1 parent 496b5c2 commit ba7f1bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cross-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
7070
if: ${{ always() }}
7171
with:
72-
name: Open Test Reports (${{ github.job }})
72+
name: Open Test Reports (${{ github.job }} ${{ matrix.jdk.version }} (${{ matrix.jdk.release || matrix.jdk.type }}))
7373
path: '**/build/reports/open-test-report.html'
7474
openj9:
7575
strategy:

0 commit comments

Comments
 (0)