File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ jobs:
175175 sudo apt-get install -y curl zip unzip
176176 - name : Download SDKMAN! from Artifact
177177 if : steps.check-cache.outputs.cache-hit != 'true'
178- uses : actions/download-artifact@v7
178+ uses : actions/download-artifact@v8
179179 with :
180180 name : sdkman-installation-amd64
181181 path : sdkman
@@ -286,7 +286,7 @@ jobs:
286286 sudo apt-get install -y curl zip unzip
287287 - name : Download SDKMAN! from Artifact
288288 if : steps.check-cache.outputs.cache-hit != 'true'
289- uses : actions/download-artifact@v7
289+ uses : actions/download-artifact@v8
290290 with :
291291 name : sdkman-installation-aarch64
292292 path : sdkman
Original file line number Diff line number Diff line change 2121 if : failure()
2222 steps :
2323 - name : Download all failure artifacts
24- uses : actions/download-artifact@v7
24+ uses : actions/download-artifact@v8
2525 with :
2626 pattern : failures-*
2727 path : ./artifacts
You can’t perform that action at this time.
0 commit comments