Skip to content

Commit

Permalink
chore(deps): update actions/download-artifact action to v4 (#3099)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 14, 2023
1 parent f993d3d commit a363b92
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/download-artifact@v3.0.2
uses: actions/download-artifact@v4.0.0
with:
name: ASF-ui
path: ASF-ui/dist
Expand Down Expand Up @@ -416,49 +416,49 @@ jobs:
show-progress: false

- name: Download ASF-generic artifact from ubuntu-latest
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.0.0
with:
name: ubuntu-latest_ASF-generic
path: out

- name: Download ASF-linux-arm artifact from ubuntu-latest
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.0.0
with:
name: ubuntu-latest_ASF-linux-arm
path: out

- name: Download ASF-linux-arm64 artifact from ubuntu-latest
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.0.0
with:
name: ubuntu-latest_ASF-linux-arm64
path: out

- name: Download ASF-linux-x64 artifact from ubuntu-latest
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.0.0
with:
name: ubuntu-latest_ASF-linux-x64
path: out

- name: Download ASF-osx-arm64 artifact from macos-latest
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.0.0
with:
name: macos-latest_ASF-osx-arm64
path: out

- name: Download ASF-osx-x64 artifact from macos-latest
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.0.0
with:
name: macos-latest_ASF-osx-x64
path: out

- name: Download ASF-win-arm64 artifact from windows-latest
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.0.0
with:
name: windows-latest_ASF-win-arm64
path: out

- name: Download ASF-win-x64 artifact from windows-latest
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.0.0
with:
name: windows-latest_ASF-win-x64
path: out
Expand Down

0 comments on commit a363b92

Please sign in to comment.