File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 74
74
# v4 requires node.js 20 which is not supported
75
75
uses : actions/upload-artifact@v4
76
76
with :
77
- name : index-management-plugin-ubuntu-latest-${{ matrix.java }}
77
+ name : index-management-plugin-ubuntu-latest-${{ matrix.java }}-${{ matrix.feature }}
78
78
path : index-management-artifacts
79
79
overwrite : ' true'
80
80
@@ -131,6 +131,6 @@ jobs:
131
131
- name : Upload Artifacts
132
132
uses : actions/upload-artifact@v4
133
133
with :
134
- name : index-management-plugin-${{ matrix.os }}-${{ matrix.java }}
134
+ name : index-management-plugin-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.feature }}
135
135
path : index-management-artifacts
136
136
overwrite : ' true'
Original file line number Diff line number Diff line change @@ -227,6 +227,7 @@ dependencies {
227
227
implementation " commons-codec:commons-codec:${ versions.commonscodec} "
228
228
implementation " org.apache.httpcomponents:httpclient:${ versions.httpclient} "
229
229
implementation " org.apache.httpcomponents:httpcore:${ versions.httpcore} "
230
+ implementation " ch.qos.logback:logback-core:1.5.13"
230
231
231
232
testImplementation " org.opensearch.test:framework:${ opensearch_version} "
232
233
testImplementation " org.jetbrains.kotlin:kotlin-test:${ kotlin_version} "
You can’t perform that action at this time.
0 commit comments