Commit 0de2bce 1 parent 533ffa0 commit 0de2bce Copy full SHA for 0de2bce
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,13 +63,13 @@ jobs:
63
63
shell : bash
64
64
65
65
- name : Upload Artifacts for notifications plugin
66
- uses : actions/upload-artifact@v1
66
+ uses : actions/upload-artifact@v3
67
67
with :
68
68
name : notifications-plugin-${{ matrix.os }}
69
69
path : notifications-build/notifications
70
70
71
71
- name : Upload Artifacts for notifications-core plugin
72
- uses : actions/upload-artifact@v1
72
+ uses : actions/upload-artifact@v3
73
73
with :
74
74
name : notifications-core-plugin-${{ matrix.os }}
75
75
path : notifications-build/notifications-core
@@ -129,13 +129,13 @@ jobs:
129
129
shell : bash
130
130
131
131
- name : Upload Artifacts for notifications plugin
132
- uses : actions/upload-artifact@v1
132
+ uses : actions/upload-artifact@v3
133
133
with :
134
134
name : notifications-plugin-${{ matrix.os }}
135
135
path : notifications-build/notifications
136
136
137
137
- name : Upload Artifacts for notifications-core plugin
138
- uses : actions/upload-artifact@v1
138
+ uses : actions/upload-artifact@v3
139
139
with :
140
140
name : notifications-core-plugin-${{ matrix.os }}
141
141
path : notifications-build/notifications-core
You can’t perform that action at this time.
0 commit comments