Skip to content

Commit ad1f38a

Browse files
committed
update ver
1 parent 7ca98e9 commit ad1f38a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: maturin build --release --out dist
3535

3636
- name: Upload wheels
37-
uses: actions/upload-artifact@v3
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: wheels-${{ matrix.os }}
4040
path: dist/
@@ -47,9 +47,11 @@ jobs:
4747

4848
steps:
4949
- name: Download all wheels
50-
uses: actions/download-artifact@v3
50+
uses: actions/download-artifact@v4
5151
with:
5252
path: dist/
53+
pattern: wheels-*
54+
merge-multiple: true
5355

5456
- name: Flatten wheels directory
5557
run: |

0 commit comments

Comments
 (0)