File tree 2 files changed +13
-4
lines changed
2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -66,13 +66,13 @@ jobs:
66
66
shell : bash
67
67
68
68
- name : Upload Artifacts for notifications plugin
69
- uses : actions/upload-artifact@v3
69
+ uses : actions/upload-artifact@v4
70
70
with :
71
71
name : notifications-plugin-${{ matrix.os }}
72
72
path : notifications-build/notifications
73
73
74
74
- name : Upload Artifacts for notifications-core plugin
75
- uses : actions/upload-artifact@v3
75
+ uses : actions/upload-artifact@v4
76
76
with :
77
77
name : notifications-core-plugin-${{ matrix.os }}
78
78
path : notifications-build/notifications-core
@@ -132,13 +132,13 @@ jobs:
132
132
shell : bash
133
133
134
134
- name : Upload Artifacts for notifications plugin
135
- uses : actions/upload-artifact@v3
135
+ uses : actions/upload-artifact@v4
136
136
with :
137
137
name : notifications-plugin-${{ matrix.os }}
138
138
path : notifications-build/notifications
139
139
140
140
- name : Upload Artifacts for notifications-core plugin
141
- uses : actions/upload-artifact@v3
141
+ uses : actions/upload-artifact@v4
142
142
with :
143
143
name : notifications-core-plugin-${{ matrix.os }}
144
144
path : notifications-build/notifications-core
Original file line number Diff line number Diff line change
1
+ ## Version 2.19.0.0 2024-02-07
2
+
3
+ Compatible with OpenSearch 2.19.0
4
+
5
+ ### Maintenance
6
+ * Add JDK-23 to the build matrix ([ #977 ] ( https://github.com/opensearch-project/notifications/pull/977 ) )
7
+
8
+ ### Documentation
9
+ * Add 2.19.0 release notes ([ #996 ] ( https://github.com/opensearch-project/notifications/pull/996 ) )
You can’t perform that action at this time.
0 commit comments