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 5151 $CHANNELS \
5252 conda-recipe
5353 - name : Upload artifact
54- uses : actions/upload-artifact@v3
54+ uses : actions/upload-artifact@v4
5555 with :
5656 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
5757 path : /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.tar.bz2
7171
7272 steps :
7373 - name : Download artifact
74- uses : actions/download-artifact@v3
74+ uses : actions/download-artifact@v4
7575 with :
7676 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
7777 - name : Add conda to system path
@@ -152,7 +152,7 @@ jobs:
152152 - name : Build conda package
153153 run : conda build --no-test --python ${{ matrix.python }} -c intel -c conda-forge --override-channels conda-recipe
154154 - name : Upload artifact
155- uses : actions/upload-artifact@v3
155+ uses : actions/upload-artifact@v4
156156 with :
157157 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
158158 path : ${{ env.conda-bld }}${{ env.PACKAGE_NAME }}-*.tar.bz2
@@ -175,7 +175,7 @@ jobs:
175175
176176 steps :
177177 - name : Download artifact
178- uses : actions/download-artifact@v3
178+ uses : actions/download-artifact@v4
179179 with :
180180 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
181181 - uses : conda-incubator/setup-miniconda@v3
You can’t perform that action at this time.
0 commit comments