From eee4178d3e893d0f82ab05b4afd8ca2105678bec Mon Sep 17 00:00:00 2001 From: Joanne Wang Date: Tue, 24 Sep 2024 13:29:04 -0400 Subject: [PATCH] upgrade upload-artifact to v3 Signed-off-by: Joanne Wang --- .../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