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 @@ -61,12 +61,12 @@ jobs:
6161 $CHANNELS \
6262 conda-recipe
6363 - name : Upload artifact
64- uses : actions/upload-artifact@v4
64+ uses : actions/upload-artifact@v4.3.4
6565 with :
6666 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
6767 path : /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.tar.bz2
6868 - name : Upload wheels artifact
69- uses : actions/upload-artifact@v4
69+ uses : actions/upload-artifact@v4.3.4
7070 with :
7171 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
7272 path : ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.PACKAGE_NAME }}-*.whl
@@ -110,12 +110,12 @@ jobs:
110110 OVERRIDE_INTEL_IPO : 1 # IPO requires more resources that GH actions VM provides
111111 run : conda build --no-test --python ${{ matrix.python }} -c intel -c conda-forge --override-channels conda-recipe
112112 - name : Upload artifact
113- uses : actions/upload-artifact@v4
113+ uses : actions/upload-artifact@v4.3.4
114114 with :
115115 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
116116 path : ${{ env.conda-bld }}${{ env.PACKAGE_NAME }}-*.tar.bz2
117117 - name : Upload wheels artifact
118- uses : actions/upload-artifact@v4
118+ uses : actions/upload-artifact@v4.3.4
119119 with :
120120 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
121121 path : ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.PACKAGE_NAME }}-*.whl
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 git push tokened_docs gh-pages
104104 - name : Save built docs as an artifact
105105 if : ${{ github.event.pull_request && github.event.pull_request.head.repo.fork && github.event.action != 'closed'}}
106- uses : actions/upload-artifact@v4
106+ uses : actions/upload-artifact@v4.3.4
107107 with :
108108 name : ${{ env.PACKAGE_NAME }} rendered documentation
109109 path : ~/docs
Original file line number Diff line number Diff line change 6060 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6161 # format to the repository Actions tab.
6262 - name : " Upload artifact"
63- uses : actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
63+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
6464 with :
6565 name : SARIF file
6666 path : results.sarif
You can’t perform that action at this time.
0 commit comments