Skip to content

Commit 0de2bce

Browse files
upgrade upload-artifact to v3 (#961)
Signed-off-by: Joanne Wang <jowg@amazon.com> (cherry picked from commit 1eaa37c) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 533ffa0 commit 0de2bce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/notifications-test-and-build-workflow.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ jobs:
6363
shell: bash
6464

6565
- name: Upload Artifacts for notifications plugin
66-
uses: actions/upload-artifact@v1
66+
uses: actions/upload-artifact@v3
6767
with:
6868
name: notifications-plugin-${{ matrix.os }}
6969
path: notifications-build/notifications
7070

7171
- name: Upload Artifacts for notifications-core plugin
72-
uses: actions/upload-artifact@v1
72+
uses: actions/upload-artifact@v3
7373
with:
7474
name: notifications-core-plugin-${{ matrix.os }}
7575
path: notifications-build/notifications-core
@@ -129,13 +129,13 @@ jobs:
129129
shell: bash
130130

131131
- name: Upload Artifacts for notifications plugin
132-
uses: actions/upload-artifact@v1
132+
uses: actions/upload-artifact@v3
133133
with:
134134
name: notifications-plugin-${{ matrix.os }}
135135
path: notifications-build/notifications
136136

137137
- name: Upload Artifacts for notifications-core plugin
138-
uses: actions/upload-artifact@v1
138+
uses: actions/upload-artifact@v3
139139
with:
140140
name: notifications-core-plugin-${{ matrix.os }}
141141
path: notifications-build/notifications-core

0 commit comments

Comments
 (0)