File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129129 }
130130
131131 - name : Upload plugin artifact
132- uses : actions/upload-artifact@v4.6.1
132+ uses : actions/upload-artifact@v4.6.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/upload-artifact@v4.6.1
180+ uses : actions/upload-artifact@v4.6.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/upload-artifact@v4.6.1
187+ uses : actions/upload-artifact@v4.6.2
188188 if : ${{ env.GPG_PRIVATE_KEY != null }}
189189 with :
190190 if-no-files-found : error
You can’t perform that action at this time.
0 commit comments