File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6161 git clean -dfx
6262 - name : Save built docs as an artifact
6363 if : ${{ github.event.pull_request && github.event.action != 'closed'}}
64- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
64+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
6565 with :
6666 name : ${{ env.PACKAGE_NAME }} rendered documentation
6767 path : ~/rendered_docs
Original file line number Diff line number Diff line change 6464 $CHANNELS \
6565 conda-recipe-cf
6666 - name : Upload artifact
67- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
67+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
6868 with :
6969 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
7070 path : /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.conda
@@ -114,7 +114,7 @@ jobs:
114114 - name : Build conda package
115115 run : conda build --no-test --python ${{ matrix.python }} --numpy ${{ matrix.numpy }} -c conda-forge --override-channels conda-recipe-cf
116116 - name : Upload artifact
117- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
117+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
118118 with :
119119 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
120120 path : ${{ env.conda-bld }}${{ env.PACKAGE_NAME }}-*.conda
Original file line number Diff line number Diff line change 7272 conda-recipe
7373
7474 - name : Upload artifact
75- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
75+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
7676 with :
7777 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
7878 path : ${{ env.CONDA_BLD }}${{ env.PACKAGE_NAME }}-*.conda
@@ -126,7 +126,7 @@ jobs:
126126 run : conda build --no-test --python ${{ matrix.python }} -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels conda-recipe
127127
128128 - name : Upload artifact
129- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
129+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
130130 with :
131131 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
132132 path : ${{ env.CONDA_BLD }}${{ env.PACKAGE_NAME }}-*.conda
You can’t perform that action at this time.
0 commit comments