2020 matrix :
2121 python : ['3.8', '3.9', '3.10']
2222 steps :
23- - uses : actions/checkout@v2
23+ - uses : actions/checkout@v3
2424 with :
2525 fetch-depth : 0
2626
5353 $CHANNELS \
5454 conda-recipe
5555 - name : Upload artifact
56- uses : actions/upload-artifact@v2
56+ uses : actions/upload-artifact@v3
5757 with :
5858 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
5959 path : /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.tar.bz2
6767 env :
6868 conda-bld : C:\Miniconda\conda-bld\win-64\
6969 steps :
70- - uses : actions/checkout@v2
70+ - uses : actions/checkout@v3
7171 with :
7272 fetch-depth : 0
7373 - uses : conda-incubator/setup-miniconda@v2
9191 - name : Build conda package
9292 run : conda build --no-test --python ${{ matrix.python }} -c intel -c main --override-channels conda-recipe
9393 - name : Upload artifact
94- uses : actions/upload-artifact@v2
94+ uses : actions/upload-artifact@v3
9595 with :
9696 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
9797 path : ${{ env.conda-bld }}${{ env.PACKAGE_NAME }}-*.tar.bz2
@@ -111,7 +111,7 @@ jobs:
111111
112112 steps :
113113 - name : Download artifact
114- uses : actions/download-artifact@v2
114+ uses : actions/download-artifact@v3
115115 with :
116116 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
117117 - name : Add conda to system path
@@ -188,7 +188,7 @@ jobs:
188188
189189 steps :
190190 - name : Download artifact
191- uses : actions/download-artifact@v2
191+ uses : actions/download-artifact@v3
192192 with :
193193 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
194194 - uses : conda-incubator/setup-miniconda@v2
@@ -317,7 +317,7 @@ jobs:
317317 python : ['3.8', '3.9', '3.10']
318318 steps :
319319 - name : Download artifact
320- uses : actions/download-artifact@v2
320+ uses : actions/download-artifact@v3
321321 with :
322322 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
323323
@@ -342,7 +342,7 @@ jobs:
342342 python : ['3.8', '3.9']
343343 steps :
344344 - name : Download artifact
345- uses : actions/download-artifact@v2
345+ uses : actions/download-artifact@v3
346346 with :
347347 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
348348 - uses : conda-incubator/setup-miniconda@v2
@@ -376,11 +376,11 @@ jobs:
376376 # Needed to be able to run conda index
377377 run : conda install conda-build python=${{ matrix.python }}
378378 - name : Checkout dpctl repo
379- uses : actions/checkout@v2
379+ uses : actions/checkout@v3
380380 with :
381381 fetch-depth : 0
382382 - name : Download artifact
383- uses : actions/download-artifact@v2
383+ uses : actions/download-artifact@v3
384384 with :
385385 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
386386 - name : Add conda to system path
@@ -534,7 +534,7 @@ jobs:
534534 git clone --recurse-submodules https://github.com/data-apis/array-api-tests array-api-tests
535535 cd array-api-tests
536536 - name : Download artifact
537- uses : actions/download-artifact@v2
537+ uses : actions/download-artifact@v3
538538 with :
539539 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
540540 - name : Add conda to system path
0 commit comments