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 @@ -65,12 +65,12 @@ jobs:
65
65
$CHANNELS \
66
66
conda-recipe
67
67
- name : Upload artifact
68
- uses : actions/upload-artifact@v4.6.0
68
+ uses : actions/upload-artifact@v4.6.1
69
69
with :
70
70
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
71
71
path : /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.conda
72
72
- name : Upload wheels artifact
73
- uses : actions/upload-artifact@v4.6.0
73
+ uses : actions/upload-artifact@v4.6.1
74
74
with :
75
75
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
76
76
path : ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.PACKAGE_NAME }}-*.whl
@@ -129,13 +129,13 @@ jobs:
129
129
conda build --no-test --python ${{ matrix.python }} --numpy 2 -c conda-forge --override-channels conda-recipe
130
130
131
131
- name : Upload artifact
132
- uses : actions/upload-artifact@v4.6.0
132
+ uses : actions/upload-artifact@v4.6.1
133
133
with :
134
134
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
135
135
path : ${{ env.CONDA_BLD }}${{ env.PACKAGE_NAME }}-*.conda
136
136
137
137
- name : Upload wheels artifact
138
- uses : actions/upload-artifact@v4.6.0
138
+ uses : actions/upload-artifact@v4.6.1
139
139
with :
140
140
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
141
141
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.6.0
111
+ uses : actions/upload-artifact@v4.6.1
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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.4.0
64
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # 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