File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114
114
python-version : ${{ matrix.py }}
115
115
116
116
- name : Download artifact
117
- uses : actions/download-artifact@v4
117
+ uses : actions/download-artifact@v5
118
118
with :
119
119
name : conda_package
120
120
path : conda_dist/
@@ -161,7 +161,7 @@ jobs:
161
161
run : conda install -y anaconda-client
162
162
163
163
- name : Download artifact
164
- uses : actions/download-artifact@v4
164
+ uses : actions/download-artifact@v5
165
165
with :
166
166
name : conda_package
167
167
path : conda_dist/
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ jobs:
150
150
ref : autorelease_tmp
151
151
152
152
- name : Download packages
153
- uses : actions/download-artifact@v4
153
+ uses : actions/download-artifact@v5
154
154
with :
155
155
name : packages
156
156
path : dist/
@@ -201,13 +201,13 @@ jobs:
201
201
python-version : ${{ inputs.py_version }}
202
202
203
203
- name : Download packages
204
- uses : actions/download-artifact@v4
204
+ uses : actions/download-artifact@v5
205
205
with :
206
206
name : packages
207
207
path : dist/
208
208
209
209
- name : Download release notes
210
- uses : actions/download-artifact@v4
210
+ uses : actions/download-artifact@v5
211
211
with :
212
212
name : release_notes
213
213
You can’t perform that action at this time.
0 commit comments