Skip to content

Commit 0c56f09

Browse files
committed
update wheel action from v3 to v4
1 parent 6a7dbbf commit 0c56f09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: python -m pip install build twine
3030
- name: Build SDist
3131
run: python -m build --sdist
32-
- uses: actions/upload-artifact@v3
32+
- uses: actions/upload-artifact@v4
3333
with:
3434
path: dist/*.tar.gz
3535
- name: Check metadata
@@ -59,7 +59,7 @@ jobs:
5959
CIBW_ARCHS_MACOS: "x86_64 arm64"
6060
CIBW_PRERELEASE_PYTHONS: False
6161

62-
- uses: actions/upload-artifact@v3
62+
- uses: actions/upload-artifact@v4
6363
with:
6464
path: wheelhouse/*.whl
6565

0 commit comments

Comments
 (0)