File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 82
82
python-version : " 3.9"
83
83
84
84
- name : Download basemap sdist
85
- uses : actions/download-artifact@v4
85
+ uses : actions/download-artifact@v5
86
86
with :
87
87
name : dist-basemap-sdist
88
88
path : ./sdist/
@@ -167,7 +167,7 @@ jobs:
167
167
runs-on : ubuntu-22.04
168
168
steps :
169
169
- name : Download basemap and data packages
170
- uses : actions/download-artifact@v4
170
+ uses : actions/download-artifact@v5
171
171
with :
172
172
path : dist
173
173
pattern : " dist-*"
@@ -199,14 +199,14 @@ jobs:
199
199
python-version : " 3.9"
200
200
201
201
- name : Download data packages
202
- uses : actions/download-artifact@v4
202
+ uses : actions/download-artifact@v5
203
203
with :
204
204
path : ./data_packages/
205
205
pattern : " dist-basemap_data*"
206
206
merge-multiple : true
207
207
208
208
- name : Download basemap wheels for Linux
209
- uses : actions/download-artifact@v4
209
+ uses : actions/download-artifact@v5
210
210
with :
211
211
path : ./wheels/
212
212
pattern : " dist-basemap-wheels-ubuntu-*"
@@ -273,7 +273,7 @@ jobs:
273
273
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
274
274
steps :
275
275
- name : Download basemap and data packages
276
- uses : actions/download-artifact@v4
276
+ uses : actions/download-artifact@v5
277
277
with :
278
278
path : dist
279
279
pattern : " dist-*"
You can’t perform that action at this time.
0 commit comments