Skip to content

Commit 2aed805

Browse files
authored
[CI] Revert upload-artifact action
1 parent 6487f92 commit 2aed805

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
CIBW_TEST_REQUIRES: numpy
6363
CIBW_TEST_COMMAND: python {project}/tests/test_multistart.py
6464

65-
- uses: actions/upload-artifact@v4
65+
- uses: actions/upload-artifact@v3
6666
with:
6767
path: ./wheelhouse/*.whl
6868

@@ -75,7 +75,7 @@ jobs:
7575
- name: Build sdist
7676
run: pipx run build --sdist
7777

78-
- uses: actions/upload-artifact@v4
78+
- uses: actions/upload-artifact@v3
7979
with:
8080
path: dist/*.tar.gz
8181

0 commit comments

Comments
 (0)