File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 5959 python -m cibuildwheel --output-dir wheelhouse
6060
6161 - name : Upload wheels
62- uses : actions/upload-artifact@v4
62+ uses : actions/upload-artifact@v3
6363 with :
6464 name : regex-files
6565 path : wheelhouse/*.whl
@@ -111,13 +111,13 @@ jobs:
111111 python -m cibuildwheel --output-dir wheelhouse
112112
113113 - name : Upload source distribution
114- uses : actions/upload-artifact@v4
114+ uses : actions/upload-artifact@v3
115115 with :
116116 name : regex-files
117117 path : dist/*.tar.gz
118118
119119 - name : Upload manylinux1_x86_64 wheels
120- uses : actions/upload-artifact@v4
120+ uses : actions/upload-artifact@v3
121121 with :
122122 name : regex-files
123123 path : wheelhouse/*.whl
@@ -153,7 +153,7 @@ jobs:
153153 python -m cibuildwheel --output-dir wheelhouse
154154
155155 - name : Upload ${{ matrix.arch }} wheels
156- uses : actions/upload-artifact@v4
156+ uses : actions/upload-artifact@v3
157157 with :
158158 name : regex-files
159159 path : wheelhouse/*.whl
@@ -165,7 +165,7 @@ jobs:
165165 runs-on : ubuntu-latest
166166
167167 steps :
168- - uses : actions/download-artifact@v4
168+ - uses : actions/download-artifact@v3
169169 with :
170170 name : regex-files
171171 path : dist
Original file line number Diff line number Diff line change 1+ Version: 2024.9.14
2+
3+ Reverted to actions/download-artifact@v3 and actions/upload-artifact@v3 in main.yml because GitHub Actions failed when using them.
4+
15Version: 2024.9.13
26
37 Updated to actions/upload-artifact@v4 in main.yml.
You can’t perform that action at this time.
0 commit comments