Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 46b1458 commit c2f0334
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/upload-artifact@v4.4.1
uses: actions/upload-artifact@v4.4.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/upload-artifact@v4.4.1
uses: actions/upload-artifact@v4.4.2
with:
if-no-files-found: error
name: SHA512SUMS
path: out/SHA512SUMS

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

0 comments on commit c2f0334

Please sign in to comment.