mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
chore(deps): update actions/upload-artifact action to v4.3.4
This commit is contained in:
parent
5322321944
commit
b0ac2b4147
1 changed files with 5 additions and 5 deletions
10
.github/workflows/publish.yml
vendored
10
.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@v4.3.3
|
uses: actions/upload-artifact@v4.3.4
|
||||||
with:
|
with:
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
name: ASF-ui
|
name: ASF-ui
|
||||||
|
@ -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@v4.3.3
|
uses: actions/upload-artifact@v4.3.4
|
||||||
with:
|
with:
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
name: ${{ matrix.os }}_ASF-${{ matrix.variant }}
|
name: ${{ matrix.os }}_ASF-${{ matrix.variant }}
|
||||||
|
@ -415,7 +415,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@v4.3.3
|
uses: actions/upload-artifact@v4.3.4
|
||||||
with:
|
with:
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
name: ArchiSteamFarm.OfficialPlugins.Monitoring
|
name: ArchiSteamFarm.OfficialPlugins.Monitoring
|
||||||
|
@ -512,7 +512,7 @@ jobs:
|
||||||
subject-path: out/SHA512SUMS
|
subject-path: out/SHA512SUMS
|
||||||
|
|
||||||
- name: Upload SHA512SUMS
|
- name: Upload SHA512SUMS
|
||||||
uses: actions/upload-artifact@v4.3.3
|
uses: actions/upload-artifact@v4.3.4
|
||||||
with:
|
with:
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
name: SHA512SUMS
|
name: SHA512SUMS
|
||||||
|
@ -524,7 +524,7 @@ jobs:
|
||||||
subject-path: out/SHA512SUMS.sign
|
subject-path: out/SHA512SUMS.sign
|
||||||
|
|
||||||
- name: Upload SHA512SUMS.sign
|
- name: Upload SHA512SUMS.sign
|
||||||
uses: actions/upload-artifact@v4.3.3
|
uses: actions/upload-artifact@v4.3.4
|
||||||
with:
|
with:
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
name: SHA512SUMS.sign
|
name: SHA512SUMS.sign
|
||||||
|
|
Loading…
Reference in a new issue