Skip to content

Commit 76622da

Browse files
committed
Update actions/download-artifact to v4
1 parent 6583fdf commit 76622da

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.github/workflows/basemap-data-hires.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
-
4949
name: Download checkout
50-
uses: actions/download-artifact@v3
50+
uses: actions/download-artifact@v4
5151
with:
5252
name: checkout
5353
path: .
@@ -78,13 +78,13 @@ jobs:
7878
steps:
7979
-
8080
name: Download checkout
81-
uses: actions/download-artifact@v3
81+
uses: actions/download-artifact@v4
8282
with:
8383
name: checkout
8484
path: .
8585
-
8686
name: Download build artifacts
87-
uses: actions/download-artifact@v3
87+
uses: actions/download-artifact@v4
8888
with:
8989
name: artifacts-build
9090
path: ${{ env.PKGDIR }}/dist
@@ -111,7 +111,7 @@ jobs:
111111
steps:
112112
-
113113
name: Download build artifacts
114-
uses: actions/download-artifact@v3
114+
uses: actions/download-artifact@v4
115115
with:
116116
name: artifacts-build
117117
path: ${{ env.PKGDIR }}/dist

.github/workflows/basemap-data.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
-
4949
name: Download checkout
50-
uses: actions/download-artifact@v3
50+
uses: actions/download-artifact@v4
5151
with:
5252
name: checkout
5353
path: .
@@ -78,13 +78,13 @@ jobs:
7878
steps:
7979
-
8080
name: Download checkout
81-
uses: actions/download-artifact@v3
81+
uses: actions/download-artifact@v4
8282
with:
8383
name: checkout
8484
path: .
8585
-
8686
name: Download build artifacts
87-
uses: actions/download-artifact@v3
87+
uses: actions/download-artifact@v4
8888
with:
8989
name: artifacts-build
9090
path: ${{ env.PKGDIR }}/dist
@@ -111,7 +111,7 @@ jobs:
111111
steps:
112112
-
113113
name: Download build artifacts
114-
uses: actions/download-artifact@v3
114+
uses: actions/download-artifact@v4
115115
with:
116116
name: artifacts-build
117117
path: ${{ env.PKGDIR }}/dist

.github/workflows/basemap-for-windows.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050
-
5151
name: Download checkout
52-
uses: actions/download-artifact@v3
52+
uses: actions/download-artifact@v4
5353
with:
5454
name: checkout
5555
path: .
@@ -109,7 +109,7 @@ jobs:
109109
steps:
110110
-
111111
name: Download checkout
112-
uses: actions/download-artifact@v3
112+
uses: actions/download-artifact@v4
113113
with:
114114
name: checkout
115115
path: .
@@ -156,7 +156,7 @@ jobs:
156156
steps:
157157
-
158158
name: Download checkout
159-
uses: actions/download-artifact@v3
159+
uses: actions/download-artifact@v4
160160
with:
161161
name: checkout
162162
path: .
@@ -198,7 +198,7 @@ jobs:
198198
toolset: ${{ env.msvc-toolset }}
199199
-
200200
name: Download GEOS artifacts
201-
uses: actions/download-artifact@v3
201+
uses: actions/download-artifact@v4
202202
with:
203203
name: artifacts-geos-${{ matrix.arch }}-msvc${{ env.msvc-toolset }}
204204
path: ${{ env.PKGDIR }}/extern
@@ -235,13 +235,13 @@ jobs:
235235
steps:
236236
-
237237
name: Download checkout
238-
uses: actions/download-artifact@v3
238+
uses: actions/download-artifact@v4
239239
with:
240240
name: checkout
241241
path: .
242242
-
243243
name: Download build artifacts
244-
uses: actions/download-artifact@v3
244+
uses: actions/download-artifact@v4
245245
with:
246246
name: artifacts-build-${{ matrix.arch }}-${{ matrix.python-version }}
247247
path: ${{ env.PKGDIR }}/dist
@@ -301,7 +301,7 @@ jobs:
301301
python-version: ${{ matrix.python-version }}
302302
-
303303
name: Download build artifacts
304-
uses: actions/download-artifact@v3
304+
uses: actions/download-artifact@v4
305305
with:
306306
name: artifacts-build-${{ matrix.arch }}-${{ matrix.python-version }}
307307
path: ${{ env.PKGDIR }}/dist

0 commit comments

Comments
 (0)