File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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/
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/
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/
You can’t perform that action at this time.
0 commit comments