@@ -115,7 +115,7 @@ jobs:
115115 with :
116116 ruby-version : " ${{ matrix.ruby }}"
117117 bundler-cache : true
118- - uses : actions/download-artifact@v5
118+ - uses : actions/download-artifact@v6
119119 with :
120120 name : cruby-gem
121121 path : pkg
@@ -138,7 +138,7 @@ jobs:
138138 ruby-version : ${{ matrix.ruby }}
139139 apt-get : libre2-dev
140140 bundler-cache : true
141- - uses : actions/download-artifact@v5
141+ - uses : actions/download-artifact@v6
142142 with :
143143 name : cruby-gem
144144 path : pkg
@@ -161,7 +161,7 @@ jobs:
161161 ruby-version : ${{ matrix.ruby }}
162162 brew : re2
163163 bundler-cache : true
164- - uses : actions/download-artifact@v5
164+ - uses : actions/download-artifact@v6
165165 with :
166166 name : cruby-gem
167167 path : pkg
@@ -184,7 +184,7 @@ jobs:
184184 ruby-version : ${{ matrix.ruby }}
185185 mingw : re2
186186 bundler-cache : true
187- - uses : actions/download-artifact@v5
187+ - uses : actions/download-artifact@v6
188188 with :
189189 name : cruby-gem
190190 path : pkg
@@ -208,7 +208,7 @@ jobs:
208208 ruby-version : ${{ matrix.ruby }}
209209 mingw : re2
210210 bundler-cache : true
211- - uses : actions/download-artifact@v5
211+ - uses : actions/download-artifact@v6
212212 with :
213213 name : cruby-gem
214214 path : pkg
@@ -226,7 +226,7 @@ jobs:
226226 runs-on : ubuntu-latest
227227 steps :
228228 - uses : actions/checkout@v5
229- - uses : actions/download-artifact@v5
229+ - uses : actions/download-artifact@v6
230230 with :
231231 name : cruby-gem
232232 path : pkg
@@ -249,7 +249,7 @@ jobs:
249249 with :
250250 ruby-version : " 3.4"
251251 bundler-cache : true
252- - uses : actions/download-artifact@v5
252+ - uses : actions/download-artifact@v6
253253 with :
254254 name : cruby-gem
255255 path : pkg
@@ -268,7 +268,7 @@ jobs:
268268 runs-on : ubuntu-latest
269269 steps :
270270 - uses : actions/checkout@v5
271- - uses : actions/download-artifact@v5
271+ - uses : actions/download-artifact@v6
272272 with :
273273 name : cruby-aarch64-linux-gnu-gem
274274 path : pkg
@@ -289,7 +289,7 @@ jobs:
289289 runs-on : ubuntu-latest
290290 steps :
291291 - uses : actions/checkout@v5
292- - uses : actions/download-artifact@v5
292+ - uses : actions/download-artifact@v6
293293 with :
294294 name : cruby-aarch64-linux-musl-gem
295295 path : pkg
@@ -310,7 +310,7 @@ jobs:
310310 runs-on : ubuntu-latest
311311 steps :
312312 - uses : actions/checkout@v5
313- - uses : actions/download-artifact@v5
313+ - uses : actions/download-artifact@v6
314314 with :
315315 name : cruby-arm-linux-gnu-gem
316316 path : pkg
@@ -331,7 +331,7 @@ jobs:
331331 runs-on : ubuntu-latest
332332 steps :
333333 - uses : actions/checkout@v5
334- - uses : actions/download-artifact@v5
334+ - uses : actions/download-artifact@v6
335335 with :
336336 name : cruby-arm-linux-musl-gem
337337 path : pkg
@@ -356,7 +356,7 @@ jobs:
356356 with :
357357 ruby-version : " ${{ matrix.ruby }}"
358358 bundler-cache : true
359- - uses : actions/download-artifact@v5
359+ - uses : actions/download-artifact@v6
360360 with :
361361 name : cruby-x86_64-linux-gnu-gem
362362 path : pkg
@@ -375,7 +375,7 @@ jobs:
375375 image : " ruby:${{ matrix.ruby }}-alpine"
376376 steps :
377377 - uses : actions/checkout@v5
378- - uses : actions/download-artifact@v5
378+ - uses : actions/download-artifact@v6
379379 with :
380380 name : cruby-x86_64-linux-musl-gem
381381 path : pkg
@@ -395,7 +395,7 @@ jobs:
395395 with :
396396 ruby-version : " ${{ matrix.ruby }}"
397397 bundler-cache : true
398- - uses : actions/download-artifact@v5
398+ - uses : actions/download-artifact@v6
399399 with :
400400 name : cruby-arm64-darwin-gem
401401 path : pkg
@@ -416,7 +416,7 @@ jobs:
416416 with :
417417 ruby-version : " ${{ matrix.ruby }}"
418418 bundler-cache : true
419- - uses : actions/download-artifact@v5
419+ - uses : actions/download-artifact@v6
420420 with :
421421 name : cruby-x86_64-darwin-gem
422422 path : pkg
@@ -437,7 +437,7 @@ jobs:
437437 with :
438438 ruby-version : " ${{ matrix.ruby }}"
439439 bundler-cache : true
440- - uses : actions/download-artifact@v5
440+ - uses : actions/download-artifact@v6
441441 with :
442442 name : cruby-x64-mingw-ucrt-gem
443443 path : pkg
0 commit comments