File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -108,13 +108,13 @@ jobs:
108108 # the same result
109109 - name : Upload dist files artifact
110110 if : matrix.upload-dist
111- uses : actions/upload-artifact@v3
111+ uses : actions/upload-artifact@v4
112112 with :
113113 name : client-dist
114114 path : ./client/dist
115115
116116 - name : Upload client artifact
117- uses : actions/upload-artifact@v3
117+ uses : actions/upload-artifact@v4
118118 with :
119119 name : client-${{ matrix.build-name }}
120120 path : |
@@ -157,14 +157,14 @@ jobs:
157157 distribution : adopt
158158
159159 - name : Download all client artifacts
160- uses : actions/download-artifact@v3
160+ uses : actions/download-artifact@v4
161161 with :
162162 path : ./client/artifacts
163163
164164 # Always cleanup even if other commands failed so we don't unnecessarily store
165165 # the artifacts in the cloud
166166 - name : Cleanup client artifacts
167- uses : geekyeggo/delete-artifact@54ab544f12cdb7b71613a16a2b5a37a9ade990af
167+ uses : geekyeggo/delete-artifact@v5
168168 if : always()
169169 with :
170170 name : client-*
You can’t perform that action at this time.
0 commit comments