Skip to content

Commit 164b400

Browse files
authored
build(deps): bump actions/download-artifact from 6 to 7 (#8188)
2 parents f8efdc8 + 630a72a commit 164b400

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@v6
110+
# uses: actions/download-artifact@v7
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@v6
141+
uses: actions/download-artifact@v7
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@v6
179+
uses: actions/download-artifact@v7
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@v6
117+
# uses: actions/download-artifact@v7
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@v6
148148
- name: Download release build
149-
uses: actions/download-artifact@v6
149+
uses: actions/download-artifact@v7
150150
with:
151151
name: archive-release
152152
- name: Set up Docker
@@ -177,7 +177,7 @@ jobs:
177177
VERSION=$( mvn help:evaluate -Dexpression=project.version -q -DforceStdout )
178178
echo "VERSION=$VERSION" >> $GITHUB_ENV
179179
- name: Download release build
180-
uses: actions/download-artifact@v6
180+
uses: actions/download-artifact@v7
181181
with:
182182
name: archive-release
183183
- name: Create Release
@@ -252,7 +252,7 @@ jobs:
252252
- name: Checkout code
253253
uses: actions/checkout@v6
254254
- name: Download Site
255-
uses: actions/download-artifact@v6
255+
uses: actions/download-artifact@v7
256256
with:
257257
name: archive-site
258258
path: target/staging

0 commit comments

Comments
 (0)