1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout Slycot
21- uses : actions/checkout@v2
21+ uses : actions/checkout@v3
2222 with :
2323 fetch-depth : 0
2424 submodules : ' recursive'
7979
8080 steps :
8181 - name : Checkout Slycot
82- uses : actions/checkout@v2
82+ uses : actions/checkout@v3
8383 with :
8484 fetch-depth : 0
8585 submodules : ' recursive'
@@ -126,7 +126,7 @@ jobs:
126126 mkdir -p ${wheeldir}
127127 cp ./slycot*.whl ${wheeldir}/
128128 - name : Save wheel
129- uses : actions/upload-artifact@v2
129+ uses : actions/upload-artifact@v3
130130 with :
131131 name : slycot-wheels
132132 path : slycot-wheels
@@ -148,7 +148,7 @@ jobs:
148148
149149 steps :
150150 - name : Checkout Slycot
151- uses : actions/checkout@v2
151+ uses : actions/checkout@v3
152152 with :
153153 fetch-depth : 0
154154 submodules : ' recursive'
@@ -176,7 +176,7 @@ jobs:
176176 cp "${conda_pkg}" "slycot-conda-pkgs/${conda_platform}/"
177177 done
178178 - name : Save to local conda pkg channel
179- uses : actions/upload-artifact@v2
179+ uses : actions/upload-artifact@v3
180180 with :
181181 name : slycot-conda-pkgs
182182 path : slycot-conda-pkgs
@@ -190,9 +190,9 @@ jobs:
190190 matrix : ${{ steps.set-matrix.outputs.matrix }}
191191 steps :
192192 - name : Checkout Slycot
193- uses : actions/checkout@v2
193+ uses : actions/checkout@v3
194194 - name : Download wheels (if any)
195- uses : actions/download-artifact@v2
195+ uses : actions/download-artifact@v3
196196 with :
197197 name : slycot-wheels
198198 path : slycot-wheels
@@ -210,9 +210,9 @@ jobs:
210210 matrix : ${{ steps.set-matrix.outputs.matrix }}
211211 steps :
212212 - name : Checkout Slycot
213- uses : actions/checkout@v2
213+ uses : actions/checkout@v3
214214 - name : Download conda packages
215- uses : actions/download-artifact@v2
215+ uses : actions/download-artifact@v3
216216 with :
217217 name : slycot-conda-pkgs
218218 path : slycot-conda-pkgs
@@ -234,11 +234,11 @@ jobs:
234234
235235 steps :
236236 - name : Checkout Slycot
237- uses : actions/checkout@v2
237+ uses : actions/checkout@v3
238238 with :
239239 path : slycot-src
240240 - name : Checkout python-control
241- uses : actions/checkout@v2
241+ uses : actions/checkout@v3
242242 with :
243243 repository : ' python-control/python-control'
244244 path : python-control
@@ -276,7 +276,7 @@ jobs:
276276 exit 1 ;;
277277 esac
278278 - name : Download wheels
279- uses : actions/download-artifact@v2
279+ uses : actions/download-artifact@v3
280280 with :
281281 name : slycot-wheels
282282 path : slycot-wheels
@@ -313,11 +313,11 @@ jobs:
313313
314314 steps :
315315 - name : Checkout Slycot
316- uses : actions/checkout@v2
316+ uses : actions/checkout@v3
317317 with :
318318 path : slycot-src
319319 - name : Checkout python-control
320- uses : actions/checkout@v2
320+ uses : actions/checkout@v3
321321 with :
322322 repository : ' python-control/python-control'
323323 path : python-control
@@ -335,7 +335,7 @@ jobs:
335335 channel-priority : strict
336336 auto-activate-base : false
337337 - name : Download conda packages
338- uses : actions/download-artifact@v2
338+ uses : actions/download-artifact@v3
339339 with :
340340 name : slycot-conda-pkgs
341341 path : slycot-conda-pkgs
0 commit comments