Skip to content

Commit e962776

Browse files
committed
Fix name used instead of pattern for artifacts
1 parent ed500b8 commit e962776

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-wheels-and-publish-to-pipy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ jobs:
6565
# alternatively, to publish when a GitHub Release is created, use the following rule:
6666
# if: github.event_name == 'release' && github.event.action == 'published'
6767
steps:
68-
- uses: actions/download-artifact@v4.1.7
68+
- uses: actions/download-artifact@v4
6969
with:
70-
name: cibw-*
70+
pattern: cibw-*
7171
path: dist
7272
merge-multiple: true
7373

0 commit comments

Comments
 (0)