91
91
mkdir -p ${wheeldir}
92
92
cp ./slycot*.whl ${wheeldir}/
93
93
- name : Save wheel
94
- uses : actions/upload-artifact@v3
94
+ uses : actions/upload-artifact@v4
95
95
with :
96
96
name : slycot-wheels
97
97
path : slycot-wheels
@@ -142,7 +142,7 @@ jobs:
142
142
done
143
143
python -m conda_index ./slycot-conda-pkgs
144
144
- name : Save to local conda pkg channel
145
- uses : actions/upload-artifact@v3
145
+ uses : actions/upload-artifact@v4
146
146
with :
147
147
name : slycot-conda-pkgs
148
148
path : slycot-conda-pkgs
@@ -159,7 +159,7 @@ jobs:
159
159
- name : Checkout python-control
160
160
uses : actions/checkout@v3
161
161
- name : Download wheels (if any)
162
- uses : actions/download-artifact@v3
162
+ uses : actions/download-artifact@v4
163
163
with :
164
164
name : slycot-wheels
165
165
path : slycot-wheels
@@ -178,7 +178,7 @@ jobs:
178
178
- name : Checkout python-control
179
179
uses : actions/checkout@v3
180
180
- name : Download conda packages
181
- uses : actions/download-artifact@v3
181
+ uses : actions/download-artifact@v4
182
182
with :
183
183
name : slycot-conda-pkgs
184
184
path : slycot-conda-pkgs
@@ -238,7 +238,7 @@ jobs:
238
238
exit 1 ;;
239
239
esac
240
240
- name : Download wheels
241
- uses : actions/download-artifact@v3
241
+ uses : actions/download-artifact@v4
242
242
with :
243
243
name : slycot-wheels
244
244
path : slycot-wheels
@@ -290,7 +290,7 @@ jobs:
290
290
channel-priority : strict
291
291
auto-activate-base : false
292
292
- name : Download conda packages
293
- uses : actions/download-artifact@v3
293
+ uses : actions/download-artifact@v4
294
294
with :
295
295
name : slycot-conda-pkgs
296
296
path : slycot-conda-pkgs
0 commit comments