Skip to content

Commit c3fe02e

Browse files
authored
Merge pull request #402 from DataDog/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8
2 parents b1ba761 + d97965b commit c3fe02e

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)