File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7373 # CIBW_CONFIG_SETTINGS: "--build-option=-DDEACTIVATE_AVX512:BOOL=YES"
7474
7575 - name : Upload wheels
76- uses : actions/upload-artifact@v4
76+ uses : actions/upload-artifact@v3
7777 with :
7878 path : ./wheelhouse/*.whl
7979
@@ -110,7 +110,7 @@ jobs:
110110 python -m build --sdist
111111
112112 - name : Upload sdist package
113- uses : actions/upload-artifact@v4
113+ uses : actions/upload-artifact@v3
114114 with :
115115 path : dist/*.tar.gz
116116
@@ -136,7 +136,7 @@ jobs:
136136 # Only upload wheels when tagging (typically a release)
137137 if : startsWith(github.event.ref, 'refs/tags')
138138 steps :
139- - uses : actions/download-artifact@v4
139+ - uses : actions/download-artifact@v3
140140 with :
141141 name : artifact
142142 path : dist
You can’t perform that action at this time.
0 commit comments