@@ -70,12 +70,12 @@ jobs:
7070
7171 steps :
7272 - name : Checkout repository
73- uses : actions/checkout@v4
73+ uses : actions/checkout@v6
7474 with :
7575 fetch-depth : ${{ env.FETCH_DEPTH }}
7676
7777 - name : Install Node.js toolchain
78- uses : actions/setup-node@v4
78+ uses : actions/setup-node@v6
7979 with :
8080 node-version : 22
8181
@@ -143,7 +143,7 @@ jobs:
143143 run : target/${{ matrix.target }}/release/rust-analyzer analysis-stats --with-deps --no-sysroot --no-test $(rustc --print sysroot)/lib/rustlib/src/rust/library/std -q
144144
145145 - name : Upload artifacts
146- uses : actions/upload-artifact@v4
146+ uses : actions/upload-artifact@v7
147147 with :
148148 name : dist-${{ matrix.target }}
149149 path : ./dist
@@ -166,7 +166,7 @@ jobs:
166166 run : apk add --no-cache git clang lld musl-dev nodejs npm
167167
168168 - name : Checkout repository
169- uses : actions/checkout@v4
169+ uses : actions/checkout@v6
170170 with :
171171 fetch-depth : ${{ env.FETCH_DEPTH }}
172172
@@ -189,7 +189,7 @@ jobs:
189189 - run : rm -rf editors/code/server
190190
191191 - name : Upload artifacts
192- uses : actions/upload-artifact@v4
192+ uses : actions/upload-artifact@v7
193193 with :
194194 name : dist-x86_64-unknown-linux-musl
195195 path : ./dist
@@ -201,7 +201,7 @@ jobs:
201201 needs : ["dist", "dist-x86_64-unknown-linux-musl"]
202202 steps :
203203 - name : Install Nodejs
204- uses : actions/setup-node@v4
204+ uses : actions/setup-node@v6
205205 with :
206206 node-version : 22
207207
@@ -212,46 +212,46 @@ jobs:
212212 - run : ' echo "TAG: $TAG"'
213213
214214 - name : Checkout repository
215- uses : actions/checkout@v4
215+ uses : actions/checkout@v6
216216 with :
217217 fetch-depth : ${{ env.FETCH_DEPTH }}
218218
219219 - run : echo "HEAD_SHA=$(git rev-parse HEAD)" >> $GITHUB_ENV
220220 - run : ' echo "HEAD_SHA: $HEAD_SHA"'
221221
222- - uses : actions/download-artifact@v4
222+ - uses : actions/download-artifact@v8
223223 with :
224224 name : dist-aarch64-apple-darwin
225225 path : dist
226- - uses : actions/download-artifact@v4
226+ - uses : actions/download-artifact@v8
227227 with :
228228 name : dist-x86_64-apple-darwin
229229 path : dist
230- - uses : actions/download-artifact@v4
230+ - uses : actions/download-artifact@v8
231231 with :
232232 name : dist-x86_64-unknown-linux-gnu
233233 path : dist
234- - uses : actions/download-artifact@v4
234+ - uses : actions/download-artifact@v8
235235 with :
236236 name : dist-x86_64-unknown-linux-musl
237237 path : dist
238- - uses : actions/download-artifact@v4
238+ - uses : actions/download-artifact@v8
239239 with :
240240 name : dist-aarch64-unknown-linux-gnu
241241 path : dist
242- - uses : actions/download-artifact@v4
242+ - uses : actions/download-artifact@v8
243243 with :
244244 name : dist-arm-unknown-linux-gnueabihf
245245 path : dist
246- - uses : actions/download-artifact@v4
246+ - uses : actions/download-artifact@v8
247247 with :
248248 name : dist-x86_64-pc-windows-msvc
249249 path : dist
250- - uses : actions/download-artifact@v4
250+ - uses : actions/download-artifact@v8
251251 with :
252252 name : dist-i686-pc-windows-msvc
253253 path : dist
254- - uses : actions/download-artifact@v4
254+ - uses : actions/download-artifact@v8
255255 with :
256256 name : dist-aarch64-pc-windows-msvc
257257 path : dist
0 commit comments