Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 2afc08a commit 5d1182c
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 @@ -129,7 +129,7 @@ jobs:
}
- name: Upload plugin artifact
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
if-no-files-found: error
name: ${{ matrix.os }}_${{ steps.plugin-name.outputs.info }}
Expand Down Expand Up @@ -177,14 +177,14 @@ jobs:
)
- name: Upload SHA512SUMS
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
if-no-files-found: error
name: SHA512SUMS
path: out/SHA512SUMS

- name: Upload SHA512SUMS.sign
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
if: ${{ env.GPG_PRIVATE_KEY != null }}
with:
if-no-files-found: error
Expand Down

0 comments on commit 5d1182c

Please sign in to comment.