Skip to content

Commit b8b07ed

Browse files
authored
Merge pull request #49376 from quarkusio/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents aeccd98 + 163ca1b commit b8b07ed

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

.github/workflows/ci-actions-incremental.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ jobs:
502502
${{ needs.configure.outputs.m2-monthly-branch-cache-key }}-
503503
${{ needs.configure.outputs.m2-monthly-cache-key }}-
504504
- name: Download previously uploaded .m2 content
505-
uses: actions/download-artifact@v4
505+
uses: actions/download-artifact@v5
506506
with:
507507
name: m2-content
508508
path: .
@@ -638,7 +638,7 @@ jobs:
638638
${{ needs.configure.outputs.m2-monthly-branch-cache-key }}-
639639
${{ needs.configure.outputs.m2-monthly-cache-key }}-
640640
- name: Download previously uploaded .m2 content
641-
uses: actions/download-artifact@v4
641+
uses: actions/download-artifact@v5
642642
with:
643643
name: m2-content
644644
path: .
@@ -745,7 +745,7 @@ jobs:
745745
${{ needs.configure.outputs.m2-monthly-branch-cache-key }}-
746746
${{ needs.configure.outputs.m2-monthly-cache-key }}-
747747
- name: Download previously uploaded .m2 content
748-
uses: actions/download-artifact@v4
748+
uses: actions/download-artifact@v5
749749
with:
750750
name: m2-content
751751
path: .
@@ -844,7 +844,7 @@ jobs:
844844
${{ needs.configure.outputs.m2-monthly-branch-cache-key }}-
845845
${{ needs.configure.outputs.m2-monthly-cache-key }}-
846846
- name: Download previously uploaded .m2 content
847-
uses: actions/download-artifact@v4
847+
uses: actions/download-artifact@v5
848848
with:
849849
name: m2-content
850850
path: .
@@ -947,7 +947,7 @@ jobs:
947947
${{ needs.configure.outputs.m2-monthly-branch-cache-key }}-
948948
${{ needs.configure.outputs.m2-monthly-cache-key }}-
949949
- name: Download previously uploaded .m2 content
950-
uses: actions/download-artifact@v4
950+
uses: actions/download-artifact@v5
951951
with:
952952
name: m2-content
953953
path: .
@@ -1035,7 +1035,7 @@ jobs:
10351035
${{ needs.configure.outputs.m2-monthly-branch-cache-key }}-
10361036
${{ needs.configure.outputs.m2-monthly-cache-key }}-
10371037
- name: Download previously uploaded .m2 content
1038-
uses: actions/download-artifact@v4
1038+
uses: actions/download-artifact@v5
10391039
with:
10401040
name: m2-content
10411041
path: .
@@ -1133,7 +1133,7 @@ jobs:
11331133
${{ needs.configure.outputs.m2-monthly-branch-cache-key }}-
11341134
${{ needs.configure.outputs.m2-monthly-cache-key }}-
11351135
- name: Download previously uploaded .m2 content
1136-
uses: actions/download-artifact@v4
1136+
uses: actions/download-artifact@v5
11371137
with:
11381138
name: m2-content
11391139
path: .
@@ -1226,7 +1226,7 @@ jobs:
12261226
${{ needs.configure.outputs.m2-monthly-branch-cache-key }}-
12271227
${{ needs.configure.outputs.m2-monthly-cache-key }}-
12281228
- name: Download previously uploaded .m2 content
1229-
uses: actions/download-artifact@v4
1229+
uses: actions/download-artifact@v5
12301230
with:
12311231
name: m2-content
12321232
path: .
@@ -1314,7 +1314,7 @@ jobs:
13141314
${{ needs.configure.outputs.m2-monthly-branch-cache-key }}-
13151315
${{ needs.configure.outputs.m2-monthly-cache-key }}-
13161316
- name: Download previously uploaded .m2 content
1317-
uses: actions/download-artifact@v4
1317+
uses: actions/download-artifact@v5
13181318
with:
13191319
name: m2-content
13201320
path: .
@@ -1432,7 +1432,7 @@ jobs:
14321432
${{ needs.configure.outputs.m2-monthly-branch-cache-key }}-
14331433
${{ needs.configure.outputs.m2-monthly-cache-key }}-
14341434
- name: Download previously uploaded .m2 content
1435-
uses: actions/download-artifact@v4
1435+
uses: actions/download-artifact@v5
14361436
with:
14371437
name: m2-content
14381438
path: .
@@ -1514,7 +1514,7 @@ jobs:
15141514
runs-on: ubuntu-latest
15151515
steps:
15161516
- uses: runs-on/action@v2
1517-
- uses: actions/download-artifact@v4
1517+
- uses: actions/download-artifact@v5
15181518
with:
15191519
pattern: build-stats-*
15201520
path: .
@@ -1573,7 +1573,7 @@ jobs:
15731573
if: always()
15741574
steps:
15751575
- uses: runs-on/action@v2
1576-
- uses: actions/download-artifact@v4
1576+
- uses: actions/download-artifact@v5
15771577
with:
15781578
path: build-reports-artifacts
15791579
- name: Set up JDK 21

.github/workflows/ci-istio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
distribution: 'temurin'
5050
java-version: '17'
5151
- name: Download Maven repository
52-
uses: actions/download-artifact@v4
52+
uses: actions/download-artifact@v5
5353
with:
5454
name: maven-repo
5555
path: .

.github/workflows/ci-kubernetes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
distribution: 'temurin'
5050
java-version: '17'
5151
- name: Download Maven repository
52-
uses: actions/download-artifact@v4
52+
uses: actions/download-artifact@v5
5353
with:
5454
name: maven-repo
5555
path: .
@@ -102,7 +102,7 @@ jobs:
102102
distribution: 'temurin'
103103
java-version: '17'
104104
- name: Download Maven repository
105-
uses: actions/download-artifact@v4
105+
uses: actions/download-artifact@v5
106106
with:
107107
name: maven-repo
108108
path: .

.github/workflows/ci-openshift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
distribution: 'temurin'
5050
java-version: '17'
5151
- name: Download Maven repository
52-
uses: actions/download-artifact@v4
52+
uses: actions/download-artifact@v5
5353
with:
5454
name: maven-repo
5555
path: .

.github/workflows/native-it-selected-graalvm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
${{ needs.build-jdk17.outputs.m2-monthly-branch-cache-key }}-
242242
${{ needs.build-jdk17.outputs.m2-monthly-cache-key }}-
243243
- name: Download .m2/repository/io/quarkus
244-
uses: actions/download-artifact@v4
244+
uses: actions/download-artifact@v5
245245
with:
246246
name: m2-io-quarkus
247247
path: .
@@ -346,7 +346,7 @@ jobs:
346346
${{ needs.build-jdk17.outputs.m2-monthly-branch-cache-key }}-
347347
${{ needs.build-jdk17.outputs.m2-monthly-cache-key }}-
348348
- name: Download .m2/repository/io/quarkus
349-
uses: actions/download-artifact@v4
349+
uses: actions/download-artifact@v5
350350
with:
351351
name: m2-io-quarkus
352352
path: .
@@ -407,7 +407,7 @@ jobs:
407407
needs: [build-jdk17,native-tests,virtual-thread-native-tests]
408408
if: always()
409409
steps:
410-
- uses: actions/download-artifact@v4
410+
- uses: actions/download-artifact@v5
411411
with:
412412
path: build-reports-artifacts
413413
- name: Set up JDK 17

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: git restore-mtime
3838

3939
- name: Download PR Artifact
40-
uses: actions/download-artifact@v4
40+
uses: actions/download-artifact@v5
4141
with:
4242
run-id: ${{ github.event.workflow_run.id }}
4343
name: documentation

0 commit comments

Comments
 (0)