Skip to content

Commit 2df4d51

Browse files
committed
Issue #579 version bump of github action actions/upload-artifact
1 parent 492f192 commit 2df4d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
pip install wheel
2020
- name: Build bdist_wheel
2121
run: python setup.py bdist_wheel
22-
- uses: actions/upload-artifact@v3
22+
- uses: actions/upload-artifact@v4
2323
with:
2424
path: dist/*.whl

0 commit comments

Comments
 (0)