Skip to content

Commit 70c18d4

Browse files
committed
Downgrade to upload/download artifacts to v3
1 parent f242ece commit 70c18d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cibuildwheels.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
# CIBW_CONFIG_SETTINGS: "--build-option=-DDEACTIVATE_AVX512:BOOL=YES"
7474

7575
- name: Upload wheels
76-
uses: actions/upload-artifact@v4
76+
uses: actions/upload-artifact@v3
7777
with:
7878
path: ./wheelhouse/*.whl
7979

@@ -110,7 +110,7 @@ jobs:
110110
python -m build --sdist
111111
112112
- name: Upload sdist package
113-
uses: actions/upload-artifact@v4
113+
uses: actions/upload-artifact@v3
114114
with:
115115
path: dist/*.tar.gz
116116

@@ -136,7 +136,7 @@ jobs:
136136
# Only upload wheels when tagging (typically a release)
137137
if: startsWith(github.event.ref, 'refs/tags')
138138
steps:
139-
- uses: actions/download-artifact@v4
139+
- uses: actions/download-artifact@v3
140140
with:
141141
name: artifact
142142
path: dist

0 commit comments

Comments
 (0)