Skip to content

Commit

Permalink
chore(deps): update actions/download-artifact action to v4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 2, 2024
1 parent e2f08fe commit 4d12c91
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4d12c91

Please sign in to comment.