File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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)
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
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
You can’t perform that action at this time.
0 commit comments