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 @@ -62,12 +62,12 @@ jobs:
6262 $CHANNELS \
6363 conda-recipe
6464 - name : Upload artifact
65- uses : actions/upload-artifact@v4.3.6
65+ uses : actions/upload-artifact@v4.4.0
6666 with :
6767 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
6868 path : /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.tar.bz2
6969 - name : Upload wheels artifact
70- uses : actions/upload-artifact@v4.3.6
70+ uses : actions/upload-artifact@v4.4.0
7171 with :
7272 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
7373 path : ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.PACKAGE_NAME }}-*.whl
@@ -111,12 +111,12 @@ jobs:
111111 OVERRIDE_INTEL_IPO : 1 # IPO requires more resources that GH actions VM provides
112112 run : conda build --no-test --python ${{ matrix.python }} --numpy 2.0 -c conda-forge --override-channels conda-recipe
113113 - name : Upload artifact
114- uses : actions/upload-artifact@v4.3.6
114+ uses : actions/upload-artifact@v4.4.0
115115 with :
116116 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
117117 path : ${{ env.conda-bld }}${{ env.PACKAGE_NAME }}-*.tar.bz2
118118 - name : Upload wheels artifact
119- uses : actions/upload-artifact@v4.3.6
119+ uses : actions/upload-artifact@v4.4.0
120120 with :
121121 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
122122 path : ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.PACKAGE_NAME }}-*.whl
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 git push tokened_docs gh-pages
105105 - name : Save built docs as an artifact
106106 if : ${{ github.event.pull_request && github.event.pull_request.head.repo.fork && github.event.action != 'closed'}}
107- uses : actions/upload-artifact@v4.3.6
107+ uses : actions/upload-artifact@v4.4.0
108108 with :
109109 name : ${{ env.PACKAGE_NAME }} rendered documentation
110110 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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
63+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
6464 with :
6565 name : SARIF file
6666 path : results.sarif
You can’t perform that action at this time.
0 commit comments