Skip to content

Commit 8d140d7

Browse files
committed
Update build
1 parent 90f51aa commit 8d140d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
docker exec -e PY_VERS="${PY_VERS}" linux_build /bin/bash -c "/cryptomite/.github/workflows/linuxbuildwheels"
2222
mkdir wheelhouse
2323
docker cp linux_build:/cryptomite/audited/. wheelhouse/
24-
- uses: actions/upload-artifact@v3
24+
- uses: actions/upload-artifact@v4
2525
with:
2626
name: linux_wheels
2727
path: wheelhouse/
@@ -61,7 +61,7 @@ jobs:
6161
python-version: '3.13'
6262
- name: build wheel (3.13)
6363
run: .github/workflows/macosbuildwheel
64-
- uses: actions/upload-artifact@v3
64+
- uses: actions/upload-artifact@v4
6565
with:
6666
name: macos_wheels
6767
path: wheelhouse/
@@ -94,7 +94,7 @@ jobs:
9494
python-version: '3.13'
9595
- name: build wheel (3.13)
9696
run: .github/workflows/macosbuildwheel
97-
- uses: actions/upload-artifact@v3
97+
- uses: actions/upload-artifact@v4
9898
with:
9999
name: macos_m1_wheels
100100
path: wheelhouse/
@@ -151,7 +151,7 @@ jobs:
151151
run: |
152152
python -m pip install -U pip wheel scikit-build
153153
python setup.py bdist_wheel -d "${{ github.workspace }}/wheelhouse"
154-
- uses: actions/upload-artifact@v3
154+
- uses: actions/upload-artifact@v4
155155
with:
156156
name: windows_wheels
157157
path: wheelhouse/

0 commit comments

Comments
 (0)