Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 23, 2024
1 parent bd91f43 commit 71cafa7
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 @@ -356,7 +356,7 @@ jobs:
}
- 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 @@ -398,7 +398,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 @@ -490,14 +490,14 @@ jobs:
)
- name: Upload SHA512SUMS
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
if-no-files-found: error
name: SHA512SUMS
path: out/SHA512SUMS

- 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 71cafa7

Please sign in to comment.