File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 repositories : alloy
4646
4747 - name : Download PR info artifact 🛬
48- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
48+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
4949 with :
5050 name : backport-info
5151 path : backport-info
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ jobs:
181181 cache : false
182182
183183 - name : Download signed Windows executables
184- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
184+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
185185 with :
186186 name : windows-executables-signed
187187 path : .
@@ -278,21 +278,21 @@ jobs:
278278 chown -R $(id -u):$(id -g) $PWD
279279
280280 - name : Download dist
281- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
281+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
282282 with :
283283 name : dist
284284 path : dist
285285
286286 # Overwrite the original Windows Alloy executable with the signed version
287287 - name : Download signed Windows executable
288- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
288+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
289289 with :
290290 name : windows-executables-signed
291291 path : .
292292
293293 # Overwrite the original Windows Alloy installer with the signed version
294294 - name : Download signed Windows installer
295- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
295+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
296296 with :
297297 name : windows-installer-signed
298298 path : dist
You can’t perform that action at this time.
0 commit comments