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:
63
63
$CHANNELS \
64
64
conda-recipe
65
65
- name : Upload artifact
66
- uses : actions/upload-artifact@v4.4.0
66
+ uses : actions/upload-artifact@v4.4.3
67
67
with :
68
68
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
69
69
path : /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.tar.bz2
70
70
- name : Upload wheels artifact
71
- uses : actions/upload-artifact@v4.4.0
71
+ uses : actions/upload-artifact@v4.4.3
72
72
with :
73
73
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
74
74
path : ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.PACKAGE_NAME }}-*.whl
@@ -125,13 +125,13 @@ jobs:
125
125
conda build --no-test --python ${{ matrix.python }} --numpy 2 -c conda-forge --override-channels conda-recipe
126
126
127
127
- name : Upload artifact
128
- uses : actions/upload-artifact@v4.4.0
128
+ uses : actions/upload-artifact@v4.4.3
129
129
with :
130
130
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
131
131
path : ${{ env.CONDA_BLD }}${{ env.PACKAGE_NAME }}-*.tar.bz2
132
132
133
133
- name : Upload wheels artifact
134
- uses : actions/upload-artifact@v4.4.0
134
+ uses : actions/upload-artifact@v4.4.3
135
135
with :
136
136
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
137
137
path : ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.PACKAGE_NAME }}-*.whl
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105
105
git push tokened_docs gh-pages
106
106
- name : Save built docs as an artifact
107
107
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
109
109
with :
110
110
name : ${{ env.PACKAGE_NAME }} rendered documentation
111
111
path : ~/docs
Original file line number Diff line number Diff line change 61
61
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
62
62
# format to the repository Actions tab.
63
63
- name : " Upload artifact"
64
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
64
+ uses : actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249 # v4.4.0
65
65
with :
66
66
name : SARIF file
67
67
path : results.sarif
You can’t perform that action at this time.
0 commit comments