@@ -132,7 +132,7 @@ jobs:
132
132
run : target/${{ matrix.target }}/release/rust-analyzer analysis-stats --with-deps $(rustc --print sysroot)/lib/rustlib/src/rust/library/std
133
133
134
134
- name : Upload artifacts
135
- uses : actions/upload-artifact@v1
135
+ uses : actions/upload-artifact@v4
136
136
with :
137
137
name : dist-${{ matrix.target }}
138
138
path : ./dist
@@ -177,7 +177,7 @@ jobs:
177
177
- run : rm -rf editors/code/server
178
178
179
179
- name : Upload artifacts
180
- uses : actions/upload-artifact@v1
180
+ uses : actions/upload-artifact@v4
181
181
with :
182
182
name : dist-x86_64-unknown-linux-musl
183
183
path : ./dist
@@ -206,39 +206,39 @@ jobs:
206
206
- run : echo "HEAD_SHA=$(git rev-parse HEAD)" >> $GITHUB_ENV
207
207
- run : ' echo "HEAD_SHA: $HEAD_SHA"'
208
208
209
- - uses : actions/download-artifact@v1
209
+ - uses : actions/download-artifact@v4
210
210
with :
211
211
name : dist-aarch64-apple-darwin
212
212
path : dist
213
- - uses : actions/download-artifact@v1
213
+ - uses : actions/download-artifact@v4
214
214
with :
215
215
name : dist-x86_64-apple-darwin
216
216
path : dist
217
- - uses : actions/download-artifact@v1
217
+ - uses : actions/download-artifact@v4
218
218
with :
219
219
name : dist-x86_64-unknown-linux-gnu
220
220
path : dist
221
- - uses : actions/download-artifact@v1
221
+ - uses : actions/download-artifact@v4
222
222
with :
223
223
name : dist-x86_64-unknown-linux-musl
224
224
path : dist
225
- - uses : actions/download-artifact@v1
225
+ - uses : actions/download-artifact@v4
226
226
with :
227
227
name : dist-aarch64-unknown-linux-gnu
228
228
path : dist
229
- - uses : actions/download-artifact@v1
229
+ - uses : actions/download-artifact@v4
230
230
with :
231
231
name : dist-arm-unknown-linux-gnueabihf
232
232
path : dist
233
- - uses : actions/download-artifact@v1
233
+ - uses : actions/download-artifact@v4
234
234
with :
235
235
name : dist-x86_64-pc-windows-msvc
236
236
path : dist
237
- - uses : actions/download-artifact@v1
237
+ - uses : actions/download-artifact@v4
238
238
with :
239
239
name : dist-i686-pc-windows-msvc
240
240
path : dist
241
- - uses : actions/download-artifact@v1
241
+ - uses : actions/download-artifact@v4
242
242
with :
243
243
name : dist-aarch64-pc-windows-msvc
244
244
path : dist
0 commit comments