Skip to content

Commit 4b25a79

Browse files
authored
1 parent 232c898 commit 4b25a79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/buildwheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build sdist
2929
run: pipx run build --sdist
3030

31-
- uses: actions/upload-artifact@v3
31+
- uses: actions/upload-artifact@v4
3232
with:
3333
path: dist/*.tar.gz
3434

@@ -65,15 +65,15 @@ jobs:
6565
CIBW_TEST_SKIP: "*-win_arm64"
6666
CIBW_BUILD_FRONTEND: "build"
6767

68-
- uses: actions/upload-artifact@v3
68+
- uses: actions/upload-artifact@v4
6969
with:
7070
path: ./wheelhouse/*.whl
7171

7272
upload_pypi:
7373
needs: [build_wheels, build_sdist]
7474
runs-on: ubuntu-latest
7575
steps:
76-
- uses: actions/download-artifact@v3
76+
- uses: actions/download-artifact@v4
7777
with:
7878
# unpacks default artifact into dist/
7979
# if `name: artifact` is omitted, the action will create extra parent dir

0 commit comments

Comments
 (0)