Skip to content

Commit cb60d20

Browse files
authored
Upgrade upload-artifact to v3 and bump version to 2.17.1 (#963)
Signed-off-by: Joanne Wang <jowg@amazon.com>
1 parent bebea53 commit cb60d20

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/notifications-test-and-build-workflow.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ jobs:
6363
shell: bash
6464

6565
- name: Upload Artifacts for notifications plugin
66-
uses: actions/upload-artifact@v1
66+
uses: actions/upload-artifact@v3
6767
with:
6868
name: notifications-plugin-${{ matrix.os }}
6969
path: notifications-build/notifications
7070

7171
- name: Upload Artifacts for notifications-core plugin
72-
uses: actions/upload-artifact@v1
72+
uses: actions/upload-artifact@v3
7373
with:
7474
name: notifications-core-plugin-${{ matrix.os }}
7575
path: notifications-build/notifications-core
@@ -129,13 +129,13 @@ jobs:
129129
shell: bash
130130

131131
- name: Upload Artifacts for notifications plugin
132-
uses: actions/upload-artifact@v1
132+
uses: actions/upload-artifact@v3
133133
with:
134134
name: notifications-plugin-${{ matrix.os }}
135135
path: notifications-build/notifications
136136

137137
- name: Upload Artifacts for notifications-core plugin
138-
uses: actions/upload-artifact@v1
138+
uses: actions/upload-artifact@v3
139139
with:
140140
name: notifications-core-plugin-${{ matrix.os }}
141141
path: notifications-build/notifications-core

notifications/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
buildscript {
88
ext {
9-
opensearch_version = System.getProperty("opensearch.version", "2.17.0-SNAPSHOT")
9+
opensearch_version = System.getProperty("opensearch.version", "2.17.1-SNAPSHOT")
1010
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
1111
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
1212
// 2.3.0-SNAPSHOT -> 2.3.0.0-SNAPSHOT

0 commit comments

Comments
 (0)