Skip to content

Commit 5b6b512

Browse files
committed
Automatic workflows update from ASF-PluginTemplate
1 parent 40ffa23 commit 5b6b512

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
}
129129
130130
- name: Upload plugin artifact
131-
uses: actions/[email protected].2
131+
uses: actions/[email protected].3
132132
with:
133133
if-no-files-found: error
134134
name: ${{ matrix.os }}_${{ steps.plugin-name.outputs.info }}
@@ -176,14 +176,14 @@ jobs:
176176
)
177177
178178
- name: Upload SHA512SUMS
179-
uses: actions/[email protected].2
179+
uses: actions/[email protected].3
180180
with:
181181
if-no-files-found: error
182182
name: SHA512SUMS
183183
path: out/SHA512SUMS
184184

185185
- name: Upload SHA512SUMS.sign
186-
uses: actions/[email protected].2
186+
uses: actions/[email protected].3
187187
if: ${{ env.GPG_PRIVATE_KEY != null }}
188188
with:
189189
if-no-files-found: error

0 commit comments

Comments
 (0)