|
92 | 92 | uses: actions/checkout@v4 |
93 | 93 | - name: fetch build artifact |
94 | 94 | # see https://github.com/actions/download-artifact |
95 | | - uses: actions/download-artifact@v4 |
| 95 | + uses: actions/download-artifact@v5 |
96 | 96 | with: |
97 | 97 | name: dist.d |
98 | 98 | path: dist.d |
@@ -235,7 +235,7 @@ jobs: |
235 | 235 | echo "::endgroup::" |
236 | 236 | - name: fetch build artifact |
237 | 237 | # see https://github.com/actions/download-artifact |
238 | | - uses: actions/download-artifact@v4 |
| 238 | + uses: actions/download-artifact@v5 |
239 | 239 | with: |
240 | 240 | name: dist.node |
241 | 241 | path: dist.node |
@@ -285,7 +285,7 @@ jobs: |
285 | 285 | echo "::endgroup::" |
286 | 286 | - name: fetch build artifact |
287 | 287 | # see https://github.com/actions/download-artifact |
288 | | - uses: actions/download-artifact@v4 |
| 288 | + uses: actions/download-artifact@v5 |
289 | 289 | with: |
290 | 290 | name: dist.node |
291 | 291 | path: dist.node |
@@ -315,7 +315,7 @@ jobs: |
315 | 315 | steps: |
316 | 316 | - name: fetch test artifacts |
317 | 317 | # see https://github.com/actions/download-artifact |
318 | | - uses: actions/download-artifact@v4 |
| 318 | + uses: actions/download-artifact@v5 |
319 | 319 | with: |
320 | 320 | pattern: '${{ env.TESTS_REPORTS_ARTIFACT }}_*' |
321 | 321 | merge-multiple: true |
@@ -353,7 +353,7 @@ jobs: |
353 | 353 | node-version: ${{ env.NODE_ACTIVE_LTS }} |
354 | 354 | - name: fetch build artifact 'node' |
355 | 355 | # see https://github.com/actions/download-artifact |
356 | | - uses: actions/download-artifact@v4 |
| 356 | + uses: actions/download-artifact@v5 |
357 | 357 | with: |
358 | 358 | name: dist.node |
359 | 359 | path: dist.node |
@@ -404,13 +404,13 @@ jobs: |
404 | 404 | node-version: ${{ env.NODE_ACTIVE_LTS }} |
405 | 405 | - name: fetch build artifact 'd' |
406 | 406 | # see https://github.com/actions/download-artifact |
407 | | - uses: actions/download-artifact@v4 |
| 407 | + uses: actions/download-artifact@v5 |
408 | 408 | with: |
409 | 409 | name: dist.d |
410 | 410 | path: dist.d |
411 | 411 | - name: fetch build artifact 'node' |
412 | 412 | # see https://github.com/actions/download-artifact |
413 | | - uses: actions/download-artifact@v4 |
| 413 | + uses: actions/download-artifact@v5 |
414 | 414 | with: |
415 | 415 | name: dist.node |
416 | 416 | path: dist.node |
@@ -464,7 +464,7 @@ jobs: |
464 | 464 | node-version: ${{ env.NODE_ACTIVE_LTS }} |
465 | 465 | - name: fetch build artifact 'node' |
466 | 466 | # see https://github.com/actions/download-artifact |
467 | | - uses: actions/download-artifact@v4 |
| 467 | + uses: actions/download-artifact@v5 |
468 | 468 | with: |
469 | 469 | name: dist.web |
470 | 470 | path: dist.web |
|
0 commit comments