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 69
69
CIBW_TEST_COMMAND : python -c "import outlines_core; print(outlines_core.__version__)"
70
70
CMAKE_PREFIX_PATH : ./dist
71
71
72
- - uses : actions/upload-artifact@v3
72
+ - uses : actions/upload-artifact@v4
73
73
with :
74
74
path : ./wheelhouse/*.whl
75
75
name : wheels
89
89
pip install build setuptools-rust
90
90
- name : Build sdist
91
91
run : python -m build --sdist
92
- - uses : actions/upload-artifact@v3
92
+ - uses : actions/upload-artifact@v4
93
93
with :
94
94
path : dist/*.tar.gz
95
95
name : sdist
@@ -110,11 +110,11 @@ jobs:
110
110
pip install setuptools setuptools-rust
111
111
- name : Generate egg-info
112
112
run : python setup.py egg_info
113
- - uses : actions/download-artifact@v3
113
+ - uses : actions/download-artifact@v4
114
114
with :
115
115
name : wheels
116
116
path : dist
117
- - uses : actions/download-artifact@v3
117
+ - uses : actions/download-artifact@v4
118
118
with :
119
119
name : sdist
120
120
path : dist
You can’t perform that action at this time.
0 commit comments