Commit cb60d20 1 parent bebea53 commit cb60d20 Copy full SHA for cb60d20
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -63,13 +63,13 @@ jobs:
63
63
shell : bash
64
64
65
65
- name : Upload Artifacts for notifications plugin
66
- uses : actions/upload-artifact@v1
66
+ uses : actions/upload-artifact@v3
67
67
with :
68
68
name : notifications-plugin-${{ matrix.os }}
69
69
path : notifications-build/notifications
70
70
71
71
- name : Upload Artifacts for notifications-core plugin
72
- uses : actions/upload-artifact@v1
72
+ uses : actions/upload-artifact@v3
73
73
with :
74
74
name : notifications-core-plugin-${{ matrix.os }}
75
75
path : notifications-build/notifications-core
@@ -129,13 +129,13 @@ jobs:
129
129
shell : bash
130
130
131
131
- name : Upload Artifacts for notifications plugin
132
- uses : actions/upload-artifact@v1
132
+ uses : actions/upload-artifact@v3
133
133
with :
134
134
name : notifications-plugin-${{ matrix.os }}
135
135
path : notifications-build/notifications
136
136
137
137
- name : Upload Artifacts for notifications-core plugin
138
- uses : actions/upload-artifact@v1
138
+ uses : actions/upload-artifact@v3
139
139
with :
140
140
name : notifications-core-plugin-${{ matrix.os }}
141
141
path : notifications-build/notifications-core
Original file line number Diff line number Diff line change 6
6
7
7
buildscript {
8
8
ext {
9
- opensearch_version = System . getProperty(" opensearch.version" , " 2.17.0 -SNAPSHOT" )
9
+ opensearch_version = System . getProperty(" opensearch.version" , " 2.17.1 -SNAPSHOT" )
10
10
isSnapshot = " true" == System . getProperty(" build.snapshot" , " true" )
11
11
buildVersionQualifier = System . getProperty(" build.version_qualifier" , " " )
12
12
// 2.3.0-SNAPSHOT -> 2.3.0.0-SNAPSHOT
You can’t perform that action at this time.
0 commit comments