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 @@ -64,12 +64,12 @@ jobs:
6464 $CHANNELS \
6565 conda-recipe
6666 - name : Upload artifact
67- uses : actions/upload-artifact@v4.6.1
67+ uses : actions/upload-artifact@v4.6.2
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
7171 - name : Upload wheels artifact
72- uses : actions/upload-artifact@v4.6.1
72+ uses : actions/upload-artifact@v4.6.2
7373 with :
7474 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
7575 path : ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.PACKAGE_NAME }}-*.whl
@@ -127,13 +127,13 @@ jobs:
127127 conda build --no-test --python ${{ matrix.python }} --numpy 2 -c conda-forge --override-channels conda-recipe
128128
129129 - name : Upload artifact
130- uses : actions/upload-artifact@v4.6.1
130+ uses : actions/upload-artifact@v4.6.2
131131 with :
132132 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
133133 path : ${{ env.CONDA_BLD }}${{ env.PACKAGE_NAME }}-*.conda
134134
135135 - name : Upload wheels artifact
136- uses : actions/upload-artifact@v4.6.1
136+ uses : actions/upload-artifact@v4.6.2
137137 with :
138138 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
139139 path : ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.PACKAGE_NAME }}-*.whl
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 git push tokened_docs gh-pages
109109 - name : Save built docs as an artifact
110110 if : ${{ github.event.pull_request && github.event.pull_request.head.repo.fork && github.event.action != 'closed'}}
111- uses : actions/upload-artifact@v4.6.1
111+ uses : actions/upload-artifact@v4.6.2
112112 with :
113113 name : ${{ env.PACKAGE_NAME }} rendered documentation
114114 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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.4.0
64+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 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