We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90dbfd5 commit a2d5d28Copy full SHA for a2d5d28
.github/workflows/release-wheels.yml
@@ -204,7 +204,7 @@ jobs:
204
python-version: ${{ matrix.python-version }}
205
206
- name: Download the wheels
207
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
208
with:
209
name: wheels
210
path: dist/
@@ -247,7 +247,7 @@ jobs:
247
248
steps:
249
250
251
252
253
0 commit comments