File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
132+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
133133 with :
134134 compression-level : 1
135135 if-no-files-found : error
@@ -151,7 +151,7 @@ jobs:
151151 show-progress : false
152152
153153 - name : Download plugin artifact from ubuntu-latest
154- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
154+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
155155 with :
156156 name : ubuntu-latest_${{ needs.publish.outputs.PLUGIN_NAME }}
157157 path : out
@@ -178,15 +178,15 @@ jobs:
178178 )
179179
180180 - name : Upload SHA512SUMS
181- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
181+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
182182 with :
183183 compression-level : 1
184184 if-no-files-found : error
185185 name : SHA512SUMS
186186 path : out/SHA512SUMS
187187
188188 - name : Upload SHA512SUMS.sign
189- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
189+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
190190 if : ${{ env.GPG_PRIVATE_KEY != null }}
191191 with :
192192 compression-level : 1
You can’t perform that action at this time.
0 commit comments