Skip to content

Commit 78d1c4f

Browse files
committed
fix list artifacts
1 parent d5521bf commit 78d1c4f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,11 @@ jobs:
151151
name: "Show artifacts"
152152
runs-on: ubuntu-22.04
153153
steps:
154-
- uses: actions/download-artifact@v3
154+
- uses: actions/download-artifact@v4
155155
with:
156-
name: pypi-artifacts
156+
pattern: pypi-artifacts*
157157
path: ${{ github.workspace }}/dist
158+
merge-multiple: true
158159

159160
- shell: bash
160161
run: |

0 commit comments

Comments
 (0)