Skip to content

Commit a42e03b

Browse files
Update actions/upload-artifact action to v4.6.2
1 parent 3f5bd70 commit a42e03b

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
@@ -129,7 +129,7 @@ jobs:
129129
}
130130
131131
- name: Upload plugin artifact
132-
uses: actions/[email protected].1
132+
uses: actions/[email protected].2
133133
with:
134134
if-no-files-found: error
135135
name: ${{ matrix.os }}_${{ steps.plugin-name.outputs.info }}
@@ -177,14 +177,14 @@ jobs:
177177
)
178178
179179
- name: Upload SHA512SUMS
180-
uses: actions/[email protected].1
180+
uses: actions/[email protected].2
181181
with:
182182
if-no-files-found: error
183183
name: SHA512SUMS
184184
path: out/SHA512SUMS
185185

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

0 commit comments

Comments
 (0)