Skip to content

Commit

Permalink
Upgrade upload-artifact to v3 and bump version to 2.17.1 (#963)
Browse files Browse the repository at this point in the history
Signed-off-by: Joanne Wang <jowg@amazon.com>
  • Loading branch information
jowg-amazon authored Sep 24, 2024
1 parent bebea53 commit cb60d20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/notifications-test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ jobs:
shell: bash

- name: Upload Artifacts for notifications plugin
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: notifications-plugin-${{ matrix.os }}
path: notifications-build/notifications

- name: Upload Artifacts for notifications-core plugin
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: notifications-core-plugin-${{ matrix.os }}
path: notifications-build/notifications-core
Expand Down Expand Up @@ -129,13 +129,13 @@ jobs:
shell: bash

- name: Upload Artifacts for notifications plugin
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: notifications-plugin-${{ matrix.os }}
path: notifications-build/notifications

- name: Upload Artifacts for notifications-core plugin
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: notifications-core-plugin-${{ matrix.os }}
path: notifications-build/notifications-core
2 changes: 1 addition & 1 deletion notifications/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

buildscript {
ext {
opensearch_version = System.getProperty("opensearch.version", "2.17.0-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "2.17.1-SNAPSHOT")
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
// 2.3.0-SNAPSHOT -> 2.3.0.0-SNAPSHOT
Expand Down

0 comments on commit cb60d20

Please sign in to comment.