Skip to content

Commit ed23ca3

Browse files
CopilotMte90
andcommitted
Add Java version suffix to artifact names to prevent conflicts
Co-authored-by: Mte90 <403283+Mte90@users.noreply.github.com>
1 parent 2adb10e commit ed23ca3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/kotlin-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Upload diagnostics
5454
uses: actions/upload-artifact@v4
5555
with:
56-
name: ci-diagnostics
56+
name: ci-diagnostics-java-${{ matrix.java-version }}
5757
path: out/ci-diagnostics.txt
5858

5959
- name: Full build with stacktrace (capture to file)
@@ -66,7 +66,7 @@ jobs:
6666
- name: Upload build log
6767
uses: actions/upload-artifact@v4
6868
with:
69-
name: gradle-build-log
69+
name: gradle-build-log-java-${{ matrix.java-version }}
7070
path: gradle-build.log
7171

7272
- name: Build Kotlin plugin subproject if present
@@ -88,7 +88,7 @@ jobs:
8888
- name: Upload kotlin-subproject/build logs if present
8989
uses: actions/upload-artifact@v4
9090
with:
91-
name: kotlin-subproject-logs
91+
name: kotlin-subproject-logs-java-${{ matrix.java-version }}
9292
path: |
9393
kotlin-subproject-build.log
9494
assemble.log

0 commit comments

Comments
 (0)