File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -251,13 +251,13 @@ jobs:
251251 ref : main # Always use main branch for deployment
252252
253253 - name : Download build artifacts
254- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
254+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
255255 with :
256256 name : build-artifacts
257257 path : artifacts/build
258258
259259 - name : Download security artifacts
260- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
260+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
261261 with :
262262 name : security-artifacts
263263 path : artifacts/security
Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ jobs:
254254 egress-policy : audit
255255
256256 - name : Download all artifacts
257- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
257+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
258258 with :
259259 path : artifacts
260260
You can’t perform that action at this time.
0 commit comments