Skip to content

Commit 4052646

Browse files
committed
Update actions version in wheels.yml
1 parent 86aa9cb commit 4052646

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
CIBW_ARCHS_MACOS: "x86_64,arm64"
2929
CIBW_SKIP: "pp* *-win32 *-manylinux_i686 *-musl*"
3030

31-
- uses: actions/upload-artifact@v3
31+
- uses: actions/upload-artifact@v4
3232
with:
3333
path: ./wheelhouse/*.whl
3434

@@ -41,15 +41,15 @@ jobs:
4141
- name: Build sdist
4242
run: pipx run build --sdist
4343

44-
- uses: actions/upload-artifact@v3
44+
- uses: actions/upload-artifact@v4
4545
with:
4646
path: dist/*.tar.gz
4747

4848
upload_pypi:
4949
needs: [build_wheels, build_sdist]
5050
runs-on: ubuntu-latest
5151
steps:
52-
- uses: actions/download-artifact@v3
52+
- uses: actions/download-artifact@v4
5353
with:
5454
# unpacks default artifact into dist/
5555
# if `name: artifact` is omitted, the action will create extra parent dir

0 commit comments

Comments
 (0)