-
-
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.4
- Loading branch information
1 parent
e2f08fe
commit 4d12c91
Showing
1 changed file
with
9 additions
and
9 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 |
---|---|---|
|
@@ -88,7 +88,7 @@ jobs: | |
run: dotnet --info | ||
|
||
- name: Download previously built ASF-ui | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: ASF-ui | ||
path: ASF-ui/dist | ||
|
@@ -425,49 +425,49 @@ jobs: | |
show-progress: false | ||
|
||
- name: Download ASF-generic artifact from ubuntu-latest | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: ubuntu-latest_ASF-generic | ||
path: out | ||
|
||
- name: Download ASF-linux-arm artifact from ubuntu-latest | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: ubuntu-latest_ASF-linux-arm | ||
path: out | ||
|
||
- name: Download ASF-linux-arm64 artifact from ubuntu-latest | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: ubuntu-latest_ASF-linux-arm64 | ||
path: out | ||
|
||
- name: Download ASF-linux-x64 artifact from ubuntu-latest | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: ubuntu-latest_ASF-linux-x64 | ||
path: out | ||
|
||
- name: Download ASF-osx-arm64 artifact from macos-latest | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: macos-latest_ASF-osx-arm64 | ||
path: out | ||
|
||
- name: Download ASF-osx-x64 artifact from macos-latest | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: macos-latest_ASF-osx-x64 | ||
path: out | ||
|
||
- name: Download ASF-win-arm64 artifact from windows-latest | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: windows-latest_ASF-win-arm64 | ||
path: out | ||
|
||
- name: Download ASF-win-x64 artifact from windows-latest | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: windows-latest_ASF-win-x64 | ||
path: out | ||
|