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 d5521bf commit 78d1c4fCopy full SHA for 78d1c4f
1 file changed
.github/workflows/cibuildwheel.yml
@@ -151,10 +151,11 @@ jobs:
151
name: "Show artifacts"
152
runs-on: ubuntu-22.04
153
steps:
154
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
155
with:
156
- name: pypi-artifacts
+ pattern: pypi-artifacts*
157
path: ${{ github.workspace }}/dist
158
+ merge-multiple: true
159
160
- shell: bash
161
run: |
0 commit comments