Skip to content

Commit 5d9f224

Browse files
update upload artifact action
1 parent f0e2c06 commit 5d9f224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8"
4242
CIBW_ARCHS: "auto64"
4343

44-
- uses: actions/upload-artifact@v3
44+
- uses: actions/upload-artifact@v4
4545
with:
4646
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)