-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update actions/download-artifact action to v4.1.6
- Loading branch information
1 parent
30c27f9
commit 31fe8bd
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,7 +90,7 @@ jobs: | |
run: dotnet --info | ||
|
||
- name: Download previously built ASF-ui | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
name: ASF-ui | ||
path: ASF-ui/dist | ||
|
@@ -419,55 +419,55 @@ jobs: | |
show-progress: false | ||
|
||
- name: Download ASF-generic artifact from ubuntu-latest | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
name: ubuntu-latest_ASF-generic | ||
path: out | ||
|
||
- name: Download ASF-linux-arm artifact from ubuntu-latest | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
name: ubuntu-latest_ASF-linux-arm | ||
path: out | ||
|
||
- name: Download ASF-linux-arm64 artifact from ubuntu-latest | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
name: ubuntu-latest_ASF-linux-arm64 | ||
path: out | ||
|
||
- name: Download ASF-linux-x64 artifact from ubuntu-latest | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
name: ubuntu-latest_ASF-linux-x64 | ||
path: out | ||
|
||
- name: Download ASF-osx-arm64 artifact from macos-latest | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
name: macos-latest_ASF-osx-arm64 | ||
path: out | ||
|
||
- name: Download ASF-osx-x64 artifact from macos-latest | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
name: macos-latest_ASF-osx-x64 | ||
path: out | ||
|
||
- name: Download ASF-win-arm64 artifact from windows-latest | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
name: windows-latest_ASF-win-arm64 | ||
path: out | ||
|
||
- name: Download ASF-win-x64 artifact from windows-latest | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
name: windows-latest_ASF-win-x64 | ||
path: out | ||
|
||
- name: Download ArchiSteamFarm.OfficialPlugins.Monitoring artifact | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
name: ArchiSteamFarm.OfficialPlugins.Monitoring | ||
path: out | ||
|