Skip to content

Commit a6ba407

Browse files
chore(deps): update actions/download-artifact action to v4.2.0
1 parent 1cdb128 commit a6ba407

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/publish.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
run: dotnet --info
9696

9797
- name: Download previously built ASF-ui
98-
uses: actions/download-artifact@v4.1.9
98+
uses: actions/download-artifact@v4.2.0
9999
with:
100100
name: ASF-ui
101101
path: ASF-ui/dist
@@ -439,55 +439,55 @@ jobs:
439439
show-progress: false
440440

441441
- name: Download ASF-generic artifact from ubuntu-latest
442-
uses: actions/download-artifact@v4.1.9
442+
uses: actions/download-artifact@v4.2.0
443443
with:
444444
name: ubuntu-latest_ASF-generic
445445
path: out
446446

447447
- 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
449449
with:
450450
name: ubuntu-latest_ASF-linux-arm
451451
path: out
452452

453453
- 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
455455
with:
456456
name: ubuntu-latest_ASF-linux-arm64
457457
path: out
458458

459459
- 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
461461
with:
462462
name: ubuntu-latest_ASF-linux-x64
463463
path: out
464464

465465
- 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
467467
with:
468468
name: macos-latest_ASF-osx-arm64
469469
path: out
470470

471471
- 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
473473
with:
474474
name: macos-latest_ASF-osx-x64
475475
path: out
476476

477477
- 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
479479
with:
480480
name: windows-latest_ASF-win-arm64
481481
path: out
482482

483483
- 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
485485
with:
486486
name: windows-latest_ASF-win-x64
487487
path: out
488488

489489
- name: Download ArchiSteamFarm.OfficialPlugins.Monitoring artifact
490-
uses: actions/download-artifact@v4.1.9
490+
uses: actions/download-artifact@v4.2.0
491491
with:
492492
name: ArchiSteamFarm.OfficialPlugins.Monitoring
493493
path: out

0 commit comments

Comments
 (0)