File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -69,12 +69,12 @@ jobs:
6969 $CHANNELS \
7070 conda-recipe
7171 - name : Upload artifact
72- uses : actions/upload-artifact@v5 .0.0
72+ uses : actions/upload-artifact@v6 .0.0
7373 with :
7474 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
7575 path : /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.conda
7676 - name : Upload wheels artifact
77- uses : actions/upload-artifact@v5 .0.0
77+ uses : actions/upload-artifact@v6 .0.0
7878 with :
7979 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
8080 path : ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.PACKAGE_NAME }}-*.whl
@@ -138,13 +138,13 @@ jobs:
138138 conda build --no-test --python ${{ matrix.python }} --numpy 2.0 -c ${{ env.INTEL_CHANNEL }} -c conda-forge --override-channels conda-recipe
139139
140140 - name : Upload artifact
141- uses : actions/upload-artifact@v5 .0.0
141+ uses : actions/upload-artifact@v6 .0.0
142142 with :
143143 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
144144 path : ${{ env.CONDA_BLD }}${{ env.PACKAGE_NAME }}-*.conda
145145
146146 - name : Upload wheels artifact
147- uses : actions/upload-artifact@v5 .0.0
147+ uses : actions/upload-artifact@v6 .0.0
148148 with :
149149 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
150150 path : ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.PACKAGE_NAME }}-*.whl
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 git push tokened_docs gh-pages
102102 - name : Save built docs as an artifact
103103 if : ${{ github.event.pull_request && github.event.pull_request.head.repo.fork && github.event.action != 'closed'}}
104- uses : actions/upload-artifact@v5 .0.0
104+ uses : actions/upload-artifact@v6 .0.0
105105 with :
106106 name : ${{ env.PACKAGE_NAME }} rendered documentation
107107 path : ~/docs
Original file line number Diff line number Diff line change 6161 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6262 # format to the repository Actions tab.
6363 - name : " Upload artifact"
64- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4.4.0
64+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v4.4.0
6565 with :
6666 name : SARIF file
6767 path : results.sarif
You can’t perform that action at this time.
0 commit comments