mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-15 22:10:30 +00:00
chore(deps): update github artifact actions (#3525)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
30
.github/workflows/publish.yml
vendored
30
.github/workflows/publish.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
|||||||
run: npm run-script deploy --no-progress --prefix ASF-ui
|
run: npm run-script deploy --no-progress --prefix ASF-ui
|
||||||
|
|
||||||
- name: Upload ASF-ui
|
- name: Upload ASF-ui
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||||
with:
|
with:
|
||||||
compression-level: 1
|
compression-level: 1
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
@@ -95,7 +95,7 @@ jobs:
|
|||||||
run: dotnet --info
|
run: dotnet --info
|
||||||
|
|
||||||
- name: Download previously built ASF-ui
|
- name: Download previously built ASF-ui
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
|
||||||
with:
|
with:
|
||||||
name: ASF-ui
|
name: ASF-ui
|
||||||
path: ASF-ui/dist
|
path: ASF-ui/dist
|
||||||
@@ -367,7 +367,7 @@ jobs:
|
|||||||
subject-path: out/ASF-${{ matrix.variant }}.zip
|
subject-path: out/ASF-${{ matrix.variant }}.zip
|
||||||
|
|
||||||
- name: Upload ASF-${{ matrix.variant }}
|
- name: Upload ASF-${{ matrix.variant }}
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||||
with:
|
with:
|
||||||
compression-level: 1
|
compression-level: 1
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
@@ -416,7 +416,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload ArchiSteamFarm.OfficialPlugins.Monitoring
|
- name: Upload ArchiSteamFarm.OfficialPlugins.Monitoring
|
||||||
if: ${{ matrix.os == 'ubuntu-latest' && matrix.variant == 'generic' }}
|
if: ${{ matrix.os == 'ubuntu-latest' && matrix.variant == 'generic' }}
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||||
with:
|
with:
|
||||||
compression-level: 1
|
compression-level: 1
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
@@ -441,55 +441,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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
|
||||||
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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
|
||||||
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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
|
||||||
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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
|
||||||
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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
|
||||||
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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
|
||||||
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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
|
||||||
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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
|
||||||
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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
|
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
|
||||||
with:
|
with:
|
||||||
name: ArchiSteamFarm.OfficialPlugins.Monitoring
|
name: ArchiSteamFarm.OfficialPlugins.Monitoring
|
||||||
path: out
|
path: out
|
||||||
@@ -514,7 +514,7 @@ jobs:
|
|||||||
subject-path: out/SHA512SUMS
|
subject-path: out/SHA512SUMS
|
||||||
|
|
||||||
- name: Upload SHA512SUMS
|
- name: Upload SHA512SUMS
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||||
with:
|
with:
|
||||||
compression-level: 1
|
compression-level: 1
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
@@ -527,7 +527,7 @@ jobs:
|
|||||||
subject-path: out/SHA512SUMS.sign
|
subject-path: out/SHA512SUMS.sign
|
||||||
|
|
||||||
- name: Upload SHA512SUMS.sign
|
- name: Upload SHA512SUMS.sign
|
||||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||||
with:
|
with:
|
||||||
compression-level: 1
|
compression-level: 1
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|||||||
Reference in New Issue
Block a user