Skip to content

Commit 6d80b8a

Browse files
build(deps): bump actions/download-artifact from 5 to 6 (#8082)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8bbc610 commit 6d80b8a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
# needs: build
108108
# steps:
109109
# - name: Download coverage reports
110-
# uses: actions/download-artifact@v5
110+
# uses: actions/download-artifact@v6
111111
# with:
112112
# name: code-coverage-report
113113
# - name: Run codacy-coverage-reporter
@@ -138,7 +138,7 @@ jobs:
138138
restore-keys: |
139139
${{ runner.os }}-maven-
140140
- name: Download release build
141-
uses: actions/download-artifact@v5
141+
uses: actions/download-artifact@v6
142142
with:
143143
name: archive-snapshot
144144
- name: Set up Docker

.github/workflows/pull_requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
restore-keys: |
177177
${{ runner.os }}-maven-
178178
- name: Download release build
179-
uses: actions/download-artifact@v5
179+
uses: actions/download-artifact@v6
180180
with:
181181
name: archive-snapshot
182182
- name: Set up Docker

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
# needs: build
115115
# steps:
116116
# - name: Download coverage reports
117-
# uses: actions/download-artifact@v5
117+
# uses: actions/download-artifact@v6
118118
# with:
119119
# name: code-coverage-report
120120
# - name: Run codacy-coverage-reporter
@@ -146,7 +146,7 @@ jobs:
146146
- name: Checkout code
147147
uses: actions/checkout@v5
148148
- name: Download release build
149-
uses: actions/download-artifact@v5
149+
uses: actions/download-artifact@v6
150150
with:
151151
name: archive-release
152152
- name: Set up Docker
@@ -185,7 +185,7 @@ jobs:
185185
VERSION=$( mvn help:evaluate -Dexpression=project.version -q -DforceStdout )
186186
echo "VERSION=$VERSION" >> $GITHUB_ENV
187187
- name: Download release build
188-
uses: actions/download-artifact@v5
188+
uses: actions/download-artifact@v6
189189
with:
190190
name: archive-release
191191
- name: Create Release
@@ -260,7 +260,7 @@ jobs:
260260
- name: Checkout code
261261
uses: actions/checkout@v5
262262
- name: Download Site
263-
uses: actions/download-artifact@v5
263+
uses: actions/download-artifact@v6
264264
with:
265265
name: archive-site
266266
path: target/staging

0 commit comments

Comments
 (0)