Skip to content

Commit 2ce5884

Browse files
committed
update artifact version
1 parent ce7771a commit 2ce5884

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
@@ -19,7 +19,7 @@ jobs:
1919
run: python -m pip install --upgrade setuptools wheel
2020
- name: Build wheels
2121
run: python setup.py bdist_wheel
22-
- uses: actions/upload-artifact@v2
22+
- uses: actions/upload-artifact@v4
2323
with:
2424
name: dist
2525
path: dist

0 commit comments

Comments
 (0)