Commit 64834c7 Matthew Barnett
committed
1 parent 1bcd42e commit 64834c7 Copy full SHA for 64834c7
File tree 2 files changed +9
-5
lines changed
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 59
59
python -m cibuildwheel --output-dir wheelhouse
60
60
61
61
- name : Upload wheels
62
- uses : actions/upload-artifact@v4
62
+ uses : actions/upload-artifact@v3
63
63
with :
64
64
name : regex-files
65
65
path : wheelhouse/*.whl
@@ -111,13 +111,13 @@ jobs:
111
111
python -m cibuildwheel --output-dir wheelhouse
112
112
113
113
- name : Upload source distribution
114
- uses : actions/upload-artifact@v4
114
+ uses : actions/upload-artifact@v3
115
115
with :
116
116
name : regex-files
117
117
path : dist/*.tar.gz
118
118
119
119
- name : Upload manylinux1_x86_64 wheels
120
- uses : actions/upload-artifact@v4
120
+ uses : actions/upload-artifact@v3
121
121
with :
122
122
name : regex-files
123
123
path : wheelhouse/*.whl
@@ -153,7 +153,7 @@ jobs:
153
153
python -m cibuildwheel --output-dir wheelhouse
154
154
155
155
- name : Upload ${{ matrix.arch }} wheels
156
- uses : actions/upload-artifact@v4
156
+ uses : actions/upload-artifact@v3
157
157
with :
158
158
name : regex-files
159
159
path : wheelhouse/*.whl
@@ -165,7 +165,7 @@ jobs:
165
165
runs-on : ubuntu-latest
166
166
167
167
steps :
168
- - uses : actions/download-artifact@v4
168
+ - uses : actions/download-artifact@v3
169
169
with :
170
170
name : regex-files
171
171
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
+
1
5
Version: 2024.9.13
2
6
3
7
Updated to actions/upload-artifact@v4 in main.yml.
You can’t perform that action at this time.
0 commit comments