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 @@ -240,7 +240,7 @@ jobs:
240
240
ruby-version : ${{ matrix.ruby }}
241
241
apt-get : libsqlite3-dev pkg-config
242
242
mingw : sqlite3
243
- - uses : actions/download-artifact@v4
243
+ - uses : actions/download-artifact@v5
244
244
with :
245
245
name : source-gem
246
246
path : gems
@@ -314,7 +314,7 @@ jobs:
314
314
runs-on : ubuntu-latest
315
315
steps :
316
316
- uses : actions/checkout@v5
317
- - uses : actions/download-artifact@v4
317
+ - uses : actions/download-artifact@v5
318
318
with :
319
319
name : cruby-${{ matrix.platform }}-gem
320
320
path : gems
@@ -348,7 +348,7 @@ jobs:
348
348
- uses : ruby/setup-ruby@v1
349
349
with :
350
350
ruby-version : " ${{ matrix.ruby }}"
351
- - uses : actions/download-artifact@v4
351
+ - uses : actions/download-artifact@v5
352
352
with :
353
353
name : cruby-${{ matrix.platform }}-gem
354
354
path : gems
@@ -373,7 +373,7 @@ jobs:
373
373
image : ruby:${{matrix.ruby}}-${{matrix.flavor}}
374
374
steps :
375
375
- uses : actions/checkout@v5
376
- - uses : actions/download-artifact@v4
376
+ - uses : actions/download-artifact@v5
377
377
with :
378
378
name : cruby-x86_64-linux-musl-gem
379
379
path : gems
You can’t perform that action at this time.
0 commit comments