File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -192,9 +192,9 @@ jobs:
192
192
echo "gem-path=ruby-sdk/$(find pkg -name '*-${{ matrix._.platform }}.gem')" >> $GITHUB_OUTPUT
193
193
194
194
- name : Upload the cross-compiled gems
195
- uses : actions/upload-artifact@v3
195
+ uses : actions/upload-artifact@v4
196
196
with :
197
- name : cross-gem
197
+ name : cross-gem-${{ matrix._.platform }}
198
198
path : ${{ steps.set-outputs.outputs.gem-path }}
199
199
200
200
publish_ruby :
@@ -217,9 +217,10 @@ jobs:
217
217
ruby-version : ' 3.3'
218
218
219
219
- name : Download the cross-compiled gems
220
- uses : actions/download-artifact@v3
220
+ uses : actions/download-artifact@v4
221
221
with :
222
- name : cross-gem
222
+ pattern : cross-gem-*
223
+ merge-multiple : true
223
224
224
225
- name : Check Cargo.lock
225
226
# Ensure that Cargo.lock matches Cargo.toml
You can’t perform that action at this time.
0 commit comments