File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,6 @@ jobs:
129129 - name : Upload Artifacts
130130 uses : actions/upload-artifact@v4
131131 with :
132- name : index-management-plugin-${{ matrix.os }}-${{ matrix.java }}
132+ name : index-management-plugin-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.feature }}
133133 path : index-management-artifacts
134134 overwrite : ' true'
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import java.util.concurrent.TimeUnit
2626buildscript {
2727 ext {
2828 isSnapshot = " true" == System . getProperty(" build.snapshot" , " true" )
29- opensearch_version = System . getProperty(" opensearch.version" , " 2.19.0 -SNAPSHOT" )
29+ opensearch_version = System . getProperty(" opensearch.version" , " 2.19.1 -SNAPSHOT" )
3030 buildVersionQualifier = System . getProperty(" build.version_qualifier" , " " )
3131 // 2.2.0-SNAPSHOT -> 2.2.0.0-SNAPSHOT
3232 version_tokens = opensearch_version. tokenize(' -' )
You can’t perform that action at this time.
0 commit comments