Skip to content

Commit aeb0647

Browse files
committed
Update actions artifact
1 parent 3f524af commit aeb0647

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release_pypi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
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
@@ -89,7 +89,7 @@ jobs:
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

0 commit comments

Comments
 (0)