Skip to content

Commit

Permalink
added 2.19 release notes
Browse files Browse the repository at this point in the history
Signed-off-by: Riya Saxena <[email protected]>
  • Loading branch information
riysaxen-amzn committed Feb 7, 2025
1 parent 755a031 commit 0b616ec
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 @@ -66,13 +66,13 @@ jobs:
shell: bash

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

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

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

- name: Upload Artifacts for notifications-core plugin
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: notifications-core-plugin-${{ matrix.os }}
path: notifications-build/notifications-core
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Compatible with OpenSearch 2.19.0
* Add JDK-23 to the build matrix ([#977](https://github.com/opensearch-project/notifications/pull/977))

### Documentation
* Add 2.19.0 release notes ([#981](https://github.com/opensearch-project/notifications/pull/981))
* Add 2.19.0 release notes ([#996](https://github.com/opensearch-project/notifications/pull/996))

0 comments on commit 0b616ec

Please sign in to comment.