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:
240240 ruby-version : ${{ matrix.ruby }}
241241 apt-get : libsqlite3-dev pkg-config
242242 mingw : sqlite3
243- - uses : actions/download-artifact@v4
243+ - uses : actions/download-artifact@v5
244244 with :
245245 name : source-gem
246246 path : gems
@@ -314,7 +314,7 @@ jobs:
314314 runs-on : ubuntu-latest
315315 steps :
316316 - uses : actions/checkout@v5
317- - uses : actions/download-artifact@v4
317+ - uses : actions/download-artifact@v5
318318 with :
319319 name : cruby-${{ matrix.platform }}-gem
320320 path : gems
@@ -348,7 +348,7 @@ jobs:
348348 - uses : ruby/setup-ruby@v1
349349 with :
350350 ruby-version : " ${{ matrix.ruby }}"
351- - uses : actions/download-artifact@v4
351+ - uses : actions/download-artifact@v5
352352 with :
353353 name : cruby-${{ matrix.platform }}-gem
354354 path : gems
@@ -373,7 +373,7 @@ jobs:
373373 image : ruby:${{matrix.ruby}}-${{matrix.flavor}}
374374 steps :
375375 - uses : actions/checkout@v5
376- - uses : actions/download-artifact@v4
376+ - uses : actions/download-artifact@v5
377377 with :
378378 name : cruby-x86_64-linux-musl-gem
379379 path : gems
You can’t perform that action at this time.
0 commit comments