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:
64
64
$CHANNELS \
65
65
conda-recipe
66
66
- name : Upload artifact
67
- uses : actions/upload-artifact@v4.4.3
67
+ uses : actions/upload-artifact@v4.5.0
68
68
with :
69
69
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
70
70
path : /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.tar.bz2
71
71
- name : Upload wheels artifact
72
- uses : actions/upload-artifact@v4.4.3
72
+ uses : actions/upload-artifact@v4.5.0
73
73
with :
74
74
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
75
75
path : ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.PACKAGE_NAME }}-*.whl
@@ -127,13 +127,13 @@ jobs:
127
127
conda build --no-test --python ${{ matrix.python }} --numpy 2 -c conda-forge --override-channels conda-recipe
128
128
129
129
- name : Upload artifact
130
- uses : actions/upload-artifact@v4.4.3
130
+ uses : actions/upload-artifact@v4.5.0
131
131
with :
132
132
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
133
133
path : ${{ env.CONDA_BLD }}${{ env.PACKAGE_NAME }}-*.tar.bz2
134
134
135
135
- name : Upload wheels artifact
136
- uses : actions/upload-artifact@v4.4.3
136
+ uses : actions/upload-artifact@v4.5.0
137
137
with :
138
138
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
139
139
path : ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.PACKAGE_NAME }}-*.whl
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
git push tokened_docs gh-pages
109
109
- name : Save built docs as an artifact
110
110
if : ${{ github.event.pull_request && github.event.pull_request.head.repo.fork && github.event.action != 'closed'}}
111
- uses : actions/upload-artifact@v4.4.3
111
+ uses : actions/upload-artifact@v4.5.0
112
112
with :
113
113
name : ${{ env.PACKAGE_NAME }} rendered documentation
114
114
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@184d73b71b93c222403b2e7f1ffebe4508014249 # v4.4.0
64
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # 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