Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4.3.2 (#26)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 19, 2024
1 parent 1a8bc68 commit 2cedc00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
}
- name: Upload plugin artifact
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
if-no-files-found: error
name: ${{ matrix.os }}_${{ steps.plugin-name.outputs.info }}
Expand Down Expand Up @@ -176,14 +176,14 @@ jobs:
)
- name: Upload SHA512SUMS
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
if-no-files-found: error
name: SHA512SUMS
path: out/SHA512SUMS

- name: Upload SHA512SUMS.sign
uses: actions/[email protected].1
uses: actions/[email protected].2
if: ${{ env.GPG_PRIVATE_KEY != null }}
with:
if-no-files-found: error
Expand Down

0 comments on commit 2cedc00

Please sign in to comment.