Skip to content

Commit eb101fa

Browse files
fix workflow
1 parent 74b4237 commit eb101fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-wheels.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
CIBW_TEST_COMMAND: "pytest --pyargs sklearn_extra"
3333
run: |
3434
python -m cibuildwheel --output-dir wheelhouse
35-
- uses: actions/upload-artifact@v2
35+
- uses: actions/upload-artifact@v4
3636
with:
3737
path: ./wheelhouse/*.whl
3838

@@ -53,7 +53,7 @@ jobs:
5353
- name: Build sdist
5454
run: python setup.py sdist
5555

56-
- uses: actions/upload-artifact@v2
56+
- uses: actions/upload-artifact@v4
5757
with:
5858
path: dist/*.tar.gz
5959

0 commit comments

Comments
 (0)