From da51e6a7b612ef19498980e3755e0b3914f35831 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:24:17 -0700 Subject: [PATCH] upgrade upload-artifact to v3 (#961) (#962) (cherry picked from commit 1eaa37caf7766100201576b438595c5f84391789) Signed-off-by: Joanne Wang Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- .../workflows/notifications-test-and-build-workflow.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/notifications-test-and-build-workflow.yml b/.github/workflows/notifications-test-and-build-workflow.yml index 58440396..be4eca21 100644 --- a/.github/workflows/notifications-test-and-build-workflow.yml +++ b/.github/workflows/notifications-test-and-build-workflow.yml @@ -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 @@ -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