mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-06 17:10:13 +00:00
chore(deps): update actions/download-artifact action to v4.1.5
This commit is contained in:
20
.github/workflows/publish.yml
vendored
20
.github/workflows/publish.yml
vendored
@@ -90,7 +90,7 @@ jobs:
|
|||||||
run: dotnet --info
|
run: dotnet --info
|
||||||
|
|
||||||
- name: Download previously built ASF-ui
|
- name: Download previously built ASF-ui
|
||||||
uses: actions/download-artifact@v4.1.4
|
uses: actions/download-artifact@v4.1.5
|
||||||
with:
|
with:
|
||||||
name: ASF-ui
|
name: ASF-ui
|
||||||
path: ASF-ui/dist
|
path: ASF-ui/dist
|
||||||
@@ -419,55 +419,55 @@ jobs:
|
|||||||
show-progress: false
|
show-progress: false
|
||||||
|
|
||||||
- name: Download ASF-generic artifact from ubuntu-latest
|
- name: Download ASF-generic artifact from ubuntu-latest
|
||||||
uses: actions/download-artifact@v4.1.4
|
uses: actions/download-artifact@v4.1.5
|
||||||
with:
|
with:
|
||||||
name: ubuntu-latest_ASF-generic
|
name: ubuntu-latest_ASF-generic
|
||||||
path: out
|
path: out
|
||||||
|
|
||||||
- name: Download ASF-linux-arm artifact from ubuntu-latest
|
- name: Download ASF-linux-arm artifact from ubuntu-latest
|
||||||
uses: actions/download-artifact@v4.1.4
|
uses: actions/download-artifact@v4.1.5
|
||||||
with:
|
with:
|
||||||
name: ubuntu-latest_ASF-linux-arm
|
name: ubuntu-latest_ASF-linux-arm
|
||||||
path: out
|
path: out
|
||||||
|
|
||||||
- name: Download ASF-linux-arm64 artifact from ubuntu-latest
|
- name: Download ASF-linux-arm64 artifact from ubuntu-latest
|
||||||
uses: actions/download-artifact@v4.1.4
|
uses: actions/download-artifact@v4.1.5
|
||||||
with:
|
with:
|
||||||
name: ubuntu-latest_ASF-linux-arm64
|
name: ubuntu-latest_ASF-linux-arm64
|
||||||
path: out
|
path: out
|
||||||
|
|
||||||
- name: Download ASF-linux-x64 artifact from ubuntu-latest
|
- name: Download ASF-linux-x64 artifact from ubuntu-latest
|
||||||
uses: actions/download-artifact@v4.1.4
|
uses: actions/download-artifact@v4.1.5
|
||||||
with:
|
with:
|
||||||
name: ubuntu-latest_ASF-linux-x64
|
name: ubuntu-latest_ASF-linux-x64
|
||||||
path: out
|
path: out
|
||||||
|
|
||||||
- name: Download ASF-osx-arm64 artifact from macos-latest
|
- name: Download ASF-osx-arm64 artifact from macos-latest
|
||||||
uses: actions/download-artifact@v4.1.4
|
uses: actions/download-artifact@v4.1.5
|
||||||
with:
|
with:
|
||||||
name: macos-latest_ASF-osx-arm64
|
name: macos-latest_ASF-osx-arm64
|
||||||
path: out
|
path: out
|
||||||
|
|
||||||
- name: Download ASF-osx-x64 artifact from macos-latest
|
- name: Download ASF-osx-x64 artifact from macos-latest
|
||||||
uses: actions/download-artifact@v4.1.4
|
uses: actions/download-artifact@v4.1.5
|
||||||
with:
|
with:
|
||||||
name: macos-latest_ASF-osx-x64
|
name: macos-latest_ASF-osx-x64
|
||||||
path: out
|
path: out
|
||||||
|
|
||||||
- name: Download ASF-win-arm64 artifact from windows-latest
|
- name: Download ASF-win-arm64 artifact from windows-latest
|
||||||
uses: actions/download-artifact@v4.1.4
|
uses: actions/download-artifact@v4.1.5
|
||||||
with:
|
with:
|
||||||
name: windows-latest_ASF-win-arm64
|
name: windows-latest_ASF-win-arm64
|
||||||
path: out
|
path: out
|
||||||
|
|
||||||
- name: Download ASF-win-x64 artifact from windows-latest
|
- name: Download ASF-win-x64 artifact from windows-latest
|
||||||
uses: actions/download-artifact@v4.1.4
|
uses: actions/download-artifact@v4.1.5
|
||||||
with:
|
with:
|
||||||
name: windows-latest_ASF-win-x64
|
name: windows-latest_ASF-win-x64
|
||||||
path: out
|
path: out
|
||||||
|
|
||||||
- name: Download ArchiSteamFarm.OfficialPlugins.Monitoring artifact
|
- name: Download ArchiSteamFarm.OfficialPlugins.Monitoring artifact
|
||||||
uses: actions/download-artifact@v4.1.4
|
uses: actions/download-artifact@v4.1.5
|
||||||
with:
|
with:
|
||||||
name: ArchiSteamFarm.OfficialPlugins.Monitoring
|
name: ArchiSteamFarm.OfficialPlugins.Monitoring
|
||||||
path: out
|
path: out
|
||||||
|
|||||||
Reference in New Issue
Block a user