Skip to content

Commit

Permalink
upgrade upload-artifact to v3 (#961) (#962)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1eaa37c)

Signed-off-by: Joanne Wang <jowg@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 533ffa0 commit da51e6a
Showing 1 changed file with 4 additions and 4 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

0 comments on commit da51e6a

Please sign in to comment.