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 @@ -63,12 +63,12 @@ jobs:
6363 $CHANNELS \
6464 conda-recipe
6565 - name : Upload artifact
66- uses : actions/upload-artifact@v4.4.0
66+ uses : actions/upload-artifact@v4.4.3
6767 with :
6868 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
6969 path : /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.tar.bz2
7070 - name : Upload wheels artifact
71- uses : actions/upload-artifact@v4.4.0
71+ uses : actions/upload-artifact@v4.4.3
7272 with :
7373 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
7474 path : ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.PACKAGE_NAME }}-*.whl
@@ -125,13 +125,13 @@ jobs:
125125 conda build --no-test --python ${{ matrix.python }} --numpy 2 -c conda-forge --override-channels conda-recipe
126126
127127 - name : Upload artifact
128- uses : actions/upload-artifact@v4.4.0
128+ uses : actions/upload-artifact@v4.4.3
129129 with :
130130 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
131131 path : ${{ env.CONDA_BLD }}${{ env.PACKAGE_NAME }}-*.tar.bz2
132132
133133 - name : Upload wheels artifact
134- uses : actions/upload-artifact@v4.4.0
134+ uses : actions/upload-artifact@v4.4.3
135135 with :
136136 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
137137 path : ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.PACKAGE_NAME }}-*.whl
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105 git push tokened_docs gh-pages
106106 - name : Save built docs as an artifact
107107 if : ${{ github.event.pull_request && github.event.pull_request.head.repo.fork && github.event.action != 'closed'}}
108- uses : actions/upload-artifact@v4.4.0
108+ uses : actions/upload-artifact@v4.4.3
109109 with :
110110 name : ${{ env.PACKAGE_NAME }} rendered documentation
111111 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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
64+ uses : actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249 # 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