|
95 | 95 | run: dotnet --info
|
96 | 96 |
|
97 | 97 | - name: Download previously built ASF-ui
|
98 |
| - uses: actions/download-artifact@v4.1.9 |
| 98 | + uses: actions/download-artifact@v4.2.0 |
99 | 99 | with:
|
100 | 100 | name: ASF-ui
|
101 | 101 | path: ASF-ui/dist
|
@@ -439,55 +439,55 @@ jobs:
|
439 | 439 | show-progress: false
|
440 | 440 |
|
441 | 441 | - name: Download ASF-generic artifact from ubuntu-latest
|
442 |
| - uses: actions/download-artifact@v4.1.9 |
| 442 | + uses: actions/download-artifact@v4.2.0 |
443 | 443 | with:
|
444 | 444 | name: ubuntu-latest_ASF-generic
|
445 | 445 | path: out
|
446 | 446 |
|
447 | 447 | - name: Download ASF-linux-arm artifact from ubuntu-latest
|
448 |
| - uses: actions/download-artifact@v4.1.9 |
| 448 | + uses: actions/download-artifact@v4.2.0 |
449 | 449 | with:
|
450 | 450 | name: ubuntu-latest_ASF-linux-arm
|
451 | 451 | path: out
|
452 | 452 |
|
453 | 453 | - name: Download ASF-linux-arm64 artifact from ubuntu-latest
|
454 |
| - uses: actions/download-artifact@v4.1.9 |
| 454 | + uses: actions/download-artifact@v4.2.0 |
455 | 455 | with:
|
456 | 456 | name: ubuntu-latest_ASF-linux-arm64
|
457 | 457 | path: out
|
458 | 458 |
|
459 | 459 | - name: Download ASF-linux-x64 artifact from ubuntu-latest
|
460 |
| - uses: actions/download-artifact@v4.1.9 |
| 460 | + uses: actions/download-artifact@v4.2.0 |
461 | 461 | with:
|
462 | 462 | name: ubuntu-latest_ASF-linux-x64
|
463 | 463 | path: out
|
464 | 464 |
|
465 | 465 | - name: Download ASF-osx-arm64 artifact from macos-latest
|
466 |
| - uses: actions/download-artifact@v4.1.9 |
| 466 | + uses: actions/download-artifact@v4.2.0 |
467 | 467 | with:
|
468 | 468 | name: macos-latest_ASF-osx-arm64
|
469 | 469 | path: out
|
470 | 470 |
|
471 | 471 | - name: Download ASF-osx-x64 artifact from macos-latest
|
472 |
| - uses: actions/download-artifact@v4.1.9 |
| 472 | + uses: actions/download-artifact@v4.2.0 |
473 | 473 | with:
|
474 | 474 | name: macos-latest_ASF-osx-x64
|
475 | 475 | path: out
|
476 | 476 |
|
477 | 477 | - name: Download ASF-win-arm64 artifact from windows-latest
|
478 |
| - uses: actions/download-artifact@v4.1.9 |
| 478 | + uses: actions/download-artifact@v4.2.0 |
479 | 479 | with:
|
480 | 480 | name: windows-latest_ASF-win-arm64
|
481 | 481 | path: out
|
482 | 482 |
|
483 | 483 | - name: Download ASF-win-x64 artifact from windows-latest
|
484 |
| - uses: actions/download-artifact@v4.1.9 |
| 484 | + uses: actions/download-artifact@v4.2.0 |
485 | 485 | with:
|
486 | 486 | name: windows-latest_ASF-win-x64
|
487 | 487 | path: out
|
488 | 488 |
|
489 | 489 | - name: Download ArchiSteamFarm.OfficialPlugins.Monitoring artifact
|
490 |
| - uses: actions/download-artifact@v4.1.9 |
| 490 | + uses: actions/download-artifact@v4.2.0 |
491 | 491 | with:
|
492 | 492 | name: ArchiSteamFarm.OfficialPlugins.Monitoring
|
493 | 493 | path: out
|
|
0 commit comments