File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 name : Deploy to Azure Static Web Apps
4141 steps :
4242 - name : Download Artifact
43- uses : actions/download-artifact@v6
43+ uses : actions/download-artifact@v7
4444 with :
4545 name : docs
4646 path : dist
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149149 uses : Swatinem/rust-cache@v2
150150
151151 - name : Fetch Versioned Cargo.toml
152- uses : actions/download-artifact@v6
152+ uses : actions/download-artifact@v7
153153 with :
154154 name : cargofile
155155
@@ -230,7 +230,7 @@ jobs:
230230 uses : actions/checkout@v6
231231
232232 - name : Pull in platform artifact
233- uses : actions/download-artifact@v6
233+ uses : actions/download-artifact@v7
234234 with :
235235 name : github-backup-${{ env.PLATFORM_PAIR }}
236236
@@ -282,7 +282,7 @@ jobs:
282282 echo "FULL_IMAGE_NAME=${image}" >> $GITHUB_ENV
283283
284284 - name : Download digests
285- uses : actions/download-artifact@v6
285+ uses : actions/download-artifact@v7
286286 with :
287287 path : /tmp/digests
288288 pattern : image-digest-*
You can’t perform that action at this time.
0 commit comments