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 6969 CIBW_TEST_COMMAND : python -c "import outlines_core; print(outlines_core.__version__)"
7070 CMAKE_PREFIX_PATH : ./dist
7171
72- - uses : actions/upload-artifact@v3
72+ - uses : actions/upload-artifact@v4
7373 with :
7474 path : ./wheelhouse/*.whl
7575 name : wheels
8989 pip install build setuptools-rust
9090 - name : Build sdist
9191 run : python -m build --sdist
92- - uses : actions/upload-artifact@v3
92+ - uses : actions/upload-artifact@v4
9393 with :
9494 path : dist/*.tar.gz
9595 name : sdist
@@ -110,11 +110,11 @@ jobs:
110110 pip install setuptools setuptools-rust
111111 - name : Generate egg-info
112112 run : python setup.py egg_info
113- - uses : actions/download-artifact@v3
113+ - uses : actions/download-artifact@v4
114114 with :
115115 name : wheels
116116 path : dist
117- - uses : actions/download-artifact@v3
117+ - uses : actions/download-artifact@v4
118118 with :
119119 name : sdist
120120 path : dist
You can’t perform that action at this time.
0 commit comments