Skip to content

Commit ee8e192

Browse files
authored
Change download-artifact github action version to v4 (#652)
1 parent 02c6290 commit ee8e192

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,11 @@ jobs:
8787
steps:
8888
- uses: actions/checkout@v4
8989

90-
- uses: actions/download-artifact@v2
90+
- uses: actions/download-artifact@v4
9191
with:
92-
name: wheels
93-
path: dist/
92+
path: dist
93+
pattern: wheels-*
94+
merge-multiple: true
9495

9596
- name: Set up Python
9697
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)