Skip to content

Commit ddb85f3

Browse files
authored
Merge branch 'main' into ivoanjo/update-process-context
2 parents 71eb63e + c3fe02e commit ddb85f3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cache_java.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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

0 commit comments

Comments
 (0)