File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 CIBW_BEFORE_BUILD_MACOS : " brew install libomp"
3737 CIBW_ENVIRONMENT_MACOS : MACOSX_DEPLOYMENT_TARGET=15.0
3838
39- - uses : actions/upload-artifact@v5
39+ - uses : actions/upload-artifact@v7
4040 with :
4141 name : cibw-wheels-${{ matrix.os }}
4242 path : ./wheelhouse/*.whl
6262 - name : Build source distribution
6363 run : python -m build --sdist --outdir dist
6464
65- - uses : actions/upload-artifact@v5
65+ - uses : actions/upload-artifact@v7
6666 with :
6767 name : sdist
6868 path : ./dist/*.tar.gz
@@ -79,12 +79,12 @@ jobs:
7979 id-token : write
8080
8181 steps :
82- - uses : actions/download-artifact@v5
82+ - uses : actions/download-artifact@v8
8383 with :
8484 pattern : cibw-wheels-*
8585 path : dist
8686 merge-multiple : true
87- - uses : actions/download-artifact@v5
87+ - uses : actions/download-artifact@v8g
8888 with :
8989 name : sdist
9090
You can’t perform that action at this time.
0 commit comments