File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 7474 # v4 requires node.js 20 which is not supported
7575 uses : actions/upload-artifact@v4
7676 with :
77- name : index-management-plugin-ubuntu-latest-${{ matrix.java }}
77+ name : index-management-plugin-ubuntu-latest-${{ matrix.java }}-${{ matrix.feature }}
7878 path : index-management-artifacts
7979 overwrite : ' true'
8080
@@ -131,6 +131,6 @@ jobs:
131131 - name : Upload Artifacts
132132 uses : actions/upload-artifact@v4
133133 with :
134- name : index-management-plugin-${{ matrix.os }}-${{ matrix.java }}
134+ name : index-management-plugin-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.feature }}
135135 path : index-management-artifacts
136136 overwrite : ' true'
Original file line number Diff line number Diff line change @@ -227,6 +227,7 @@ dependencies {
227227 implementation " commons-codec:commons-codec:${ versions.commonscodec} "
228228 implementation " org.apache.httpcomponents:httpclient:${ versions.httpclient} "
229229 implementation " org.apache.httpcomponents:httpcore:${ versions.httpcore} "
230+ implementation " ch.qos.logback:logback-core:1.5.13"
230231
231232 testImplementation " org.opensearch.test:framework:${ opensearch_version} "
232233 testImplementation " org.jetbrains.kotlin:kotlin-test:${ kotlin_version} "
You can’t perform that action at this time.
0 commit comments