|
49 | 49 | steps: |
50 | 50 | - |
51 | 51 | name: Download checkout |
52 | | - uses: actions/download-artifact@v3 |
| 52 | + uses: actions/download-artifact@v4 |
53 | 53 | with: |
54 | 54 | name: checkout |
55 | 55 | path: . |
@@ -109,7 +109,7 @@ jobs: |
109 | 109 | steps: |
110 | 110 | - |
111 | 111 | name: Download checkout |
112 | | - uses: actions/download-artifact@v3 |
| 112 | + uses: actions/download-artifact@v4 |
113 | 113 | with: |
114 | 114 | name: checkout |
115 | 115 | path: . |
@@ -156,7 +156,7 @@ jobs: |
156 | 156 | steps: |
157 | 157 | - |
158 | 158 | name: Download checkout |
159 | | - uses: actions/download-artifact@v3 |
| 159 | + uses: actions/download-artifact@v4 |
160 | 160 | with: |
161 | 161 | name: checkout |
162 | 162 | path: . |
@@ -198,7 +198,7 @@ jobs: |
198 | 198 | toolset: ${{ env.msvc-toolset }} |
199 | 199 | - |
200 | 200 | name: Download GEOS artifacts |
201 | | - uses: actions/download-artifact@v3 |
| 201 | + uses: actions/download-artifact@v4 |
202 | 202 | with: |
203 | 203 | name: artifacts-geos-${{ matrix.arch }}-msvc${{ env.msvc-toolset }} |
204 | 204 | path: ${{ env.PKGDIR }}/extern |
@@ -235,13 +235,13 @@ jobs: |
235 | 235 | steps: |
236 | 236 | - |
237 | 237 | name: Download checkout |
238 | | - uses: actions/download-artifact@v3 |
| 238 | + uses: actions/download-artifact@v4 |
239 | 239 | with: |
240 | 240 | name: checkout |
241 | 241 | path: . |
242 | 242 | - |
243 | 243 | name: Download build artifacts |
244 | | - uses: actions/download-artifact@v3 |
| 244 | + uses: actions/download-artifact@v4 |
245 | 245 | with: |
246 | 246 | name: artifacts-build-${{ matrix.arch }}-${{ matrix.python-version }} |
247 | 247 | path: ${{ env.PKGDIR }}/dist |
@@ -301,7 +301,7 @@ jobs: |
301 | 301 | python-version: ${{ matrix.python-version }} |
302 | 302 | - |
303 | 303 | name: Download build artifacts |
304 | | - uses: actions/download-artifact@v3 |
| 304 | + uses: actions/download-artifact@v4 |
305 | 305 | with: |
306 | 306 | name: artifacts-build-${{ matrix.arch }}-${{ matrix.python-version }} |
307 | 307 | path: ${{ env.PKGDIR }}/dist |
|
0 commit comments