Skip to content

Commit

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

0 comments on commit 31fe8bd

Please sign in to comment.