From 0de2bce965270432029c74745d7fe1f4ddfaf597 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 24 Sep 2024 18:40:48 +0000 Subject: [PATCH] upgrade upload-artifact to v3 (#961) Signed-off-by: Joanne Wang (cherry picked from commit 1eaa37caf7766100201576b438595c5f84391789) Signed-off-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