Skip to content

Commit 811dd5c

Browse files
committed
ci
1 parent b240b3f commit 811dd5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-module.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
testing \
4343
bash -c "\$PYBIN/black --check ."
4444
45-
- uses: actions/upload-artifact@v3
45+
- uses: actions/upload-artifact@v4
4646
with:
4747
name: wheels-lin
4848
path: ./python/dist/*.whl
@@ -55,7 +55,7 @@ jobs:
5555
testing \
5656
bash -c "\$PYBIN/python setup.py sdist"
5757
58-
- uses: actions/upload-artifact@v3
58+
- uses: actions/upload-artifact@v4
5959
with:
6060
name: targz
6161
path: ./python/dist/*.tar.gz

0 commit comments

Comments
 (0)