Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent 32c107a commit 74b832e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: npm run-script deploy --no-progress --prefix ASF-ui

- name: Upload ASF-ui
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
if-no-files-found: error
name: ASF-ui
Expand Down Expand Up @@ -367,7 +367,7 @@ jobs:
subject-path: out/ASF-${{ matrix.variant }}.zip

- name: Upload ASF-${{ matrix.variant }}
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
if-no-files-found: error
name: ${{ matrix.os }}_ASF-${{ matrix.variant }}
Expand Down Expand Up @@ -415,7 +415,7 @@ jobs:

- name: Upload ArchiSteamFarm.OfficialPlugins.Monitoring
if: ${{ matrix.os == 'ubuntu-latest' && matrix.variant == 'generic' }}
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
if-no-files-found: error
name: ArchiSteamFarm.OfficialPlugins.Monitoring
Expand Down Expand Up @@ -512,7 +512,7 @@ jobs:
subject-path: out/SHA512SUMS

- name: Upload SHA512SUMS
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
if-no-files-found: error
name: SHA512SUMS
Expand All @@ -524,7 +524,7 @@ jobs:
subject-path: out/SHA512SUMS.sign

- name: Upload SHA512SUMS.sign
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
if-no-files-found: error
name: SHA512SUMS.sign
Expand Down

0 comments on commit 74b832e

Please sign in to comment.