File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525
2626 - run : bundle exec rake build
2727
28- - uses : actions/upload-artifact@v4
28+ - uses : actions/upload-artifact@v6
2929 with :
3030 name : source-gem
3131 path : pkg/*.gem
5050
5151 - run : bundle exec rb-sys-dock --ruby-versions 4.0,3.4,3.3 --platform ${{ matrix.platform }} --build
5252
53- - uses : actions/upload-artifact@v4
53+ - uses : actions/upload-artifact@v6
5454 with :
5555 name : cross-gem-${{ matrix.platform }}
5656 path : pkg/*.gem
@@ -119,7 +119,7 @@ jobs:
119119 - name : Build platform gem
120120 run : ruby script/build_platform_gem.rb arm64-darwin
121121
122- - uses : actions/upload-artifact@v4
122+ - uses : actions/upload-artifact@v6
123123 with :
124124 name : native-gem-arm64-darwin
125125 path : pkg/*arm64-darwin*.gem
You can’t perform that action at this time.
0 commit comments