Skip to content

Commit

Permalink
Automatic workflows update from ASF-PluginTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 18, 2024
1 parent 7337a11 commit 2afc08a
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.5.0
uses: actions/upload-artifact@v4.4.3
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.5.0
uses: actions/upload-artifact@v4.4.3
with:
if-no-files-found: error
name: SHA512SUMS
path: out/SHA512SUMS

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

0 comments on commit 2afc08a

Please sign in to comment.