Skip to content

Commit a58efc3

Browse files
committed
Bumped upload-artifact action from v3 to v4
Signed-off-by: Eric Reinecke <[email protected]>
1 parent c2985df commit a58efc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
194194
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
195195

196-
- uses: actions/upload-artifact@v3
196+
- uses: actions/upload-artifact@v4
197197
with:
198198
name: wheels
199199
path: ./wheelhouse/*.whl
@@ -214,7 +214,7 @@ jobs:
214214
- name: Generate sdist
215215
run: python -m build -s .
216216

217-
- uses: actions/upload-artifact@v3
217+
- uses: actions/upload-artifact@v4
218218
with:
219219
name: sdist
220220
path: dist

0 commit comments

Comments
 (0)