File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 45
45
run : python -m build
46
46
47
47
- name : upload wheels
48
- uses : actions/upload-artifact@v3
48
+ uses : actions/upload-artifact@v4
49
49
with :
50
50
path : ./dist/*.whl
51
51
81
81
run : python -m build
82
82
83
83
- name : upload wheels
84
- uses : actions/upload-artifact@v3
84
+ uses : actions/upload-artifact@v4
85
85
with :
86
86
path : ./dist/*.whl
87
87
@@ -106,7 +106,7 @@ jobs:
106
106
cibuildwheel --output-dir wheelhouse
107
107
108
108
- name : upload wheels
109
- uses : actions/upload-artifact@v3
109
+ uses : actions/upload-artifact@v4
110
110
with :
111
111
path : wheelhouse/*.whl
112
112
@@ -140,6 +140,6 @@ jobs:
140
140
cibuildwheel --output-dir wheelhouse
141
141
142
142
- name : upload wheels
143
- uses : actions/upload-artifact@v3
143
+ uses : actions/upload-artifact@v4
144
144
with :
145
145
path : wheelhouse/*.whl
You can’t perform that action at this time.
0 commit comments