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 @@ -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.1.7
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.1.7
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.1.7
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.1.7
294
294
with :
295
295
name : slycot-conda-pkgs
296
296
path : slycot-conda-pkgs
You can’t perform that action at this time.
0 commit comments