Skip to content

Commit b503166

Browse files
authored
Update ci-test.yml
Prevent overwrite logs
1 parent 0ee9643 commit b503166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
if: always()
7979
uses: actions/upload-artifact@v4
8080
with:
81-
name: ${{ runner.os }}-build-logs
81+
name: ${{ runner.os }}-${{ matrix.jvm }}-build-logs
8282
retention-days: 5
8383
path: |
8484
**/*.jfr

0 commit comments

Comments
 (0)