Skip to content

Commit df70ba2

Browse files
committed
fix python ci
1 parent da03edb commit df70ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
maturin --version
109109
maturin build --release
110110
- name: Upload wheel
111-
uses: actions/upload-artifact@v3
111+
uses: actions/upload-artifact@v4
112112
with:
113113
name: wheels-windows-x86_64
114114
path: target/wheels/*.whl

0 commit comments

Comments
 (0)