We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6785549 commit 6999f44Copy full SHA for 6999f44
.github/workflows/release.yml
@@ -138,7 +138,7 @@ jobs:
138
with:
139
ruby-version: ${{ matrix.ruby }}
140
141
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v7
142
143
name: cross-gem-x86_64-linux
144
path: pkg/
@@ -162,7 +162,7 @@ jobs:
162
163
164
165
166
167
name: native-gem-arm64-darwin
168
@@ -191,7 +191,7 @@ jobs:
191
ruby-version: "3.4"
192
bundler-cache: true
193
194
195
196
197
pattern: "{cross-gem-*,native-gem-*,source-gem}"
0 commit comments