File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 43
43
- name : build array of wheels
44
44
uses : ./.github/workflows/actions/build-manylinux/
45
45
- name : Upload Wheels
46
- uses : actions/upload-artifact@v1
46
+ uses : actions/upload-artifact@v4
47
47
with :
48
48
name : manylinux2014-wheels
49
49
path : manylinux2014-wheels
72
72
uses : docker/setup-qemu-action@v1
73
73
- uses : ./.github/workflows/actions/build-manylinux-aarch64/
74
74
- name : Upload Wheels
75
- uses : actions/upload-artifact@v1
75
+ uses : actions/upload-artifact@v4
76
76
with :
77
77
name : manylinux-aarch64-wheels
78
78
path : manylinux-aarch64-wheels
Original file line number Diff line number Diff line change 20
20
.github/macos-build.sh
21
21
22
22
- name : Upload Wheels
23
- uses : actions/upload-artifact@v1
23
+ uses : actions/upload-artifact@v4
24
24
with :
25
25
name : osx-wheels
26
26
path : dist
Original file line number Diff line number Diff line change 59
59
run : |
60
60
python setup.py bdist_wheel
61
61
- name : Upload Wheel
62
- uses : actions/upload-artifact@v1
62
+ uses : actions/upload-artifact@v4
63
63
with :
64
64
name : win-wheels
65
65
path : dist
You can’t perform that action at this time.
0 commit comments