Skip to content

Commit 12ea8e9

Browse files
authored
build(deps): bump actions/download-artifact from 7 to 8 (#8329)
2 parents b679558 + af9f74b commit 12ea8e9

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
cache: 'maven'
132132
cache-dependency-path: '**/pom.xml'
133133
- name: Download release build
134-
uses: actions/download-artifact@v7
134+
uses: actions/download-artifact@v8
135135
with:
136136
name: archive-snapshot
137137
- name: Set up Docker

.github/workflows/pull_requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
cache: 'maven'
203203
cache-dependency-path: '**/pom.xml'
204204
- name: Download release build
205-
uses: actions/download-artifact@v7
205+
uses: actions/download-artifact@v8
206206
with:
207207
name: archive-snapshot
208208
- name: Set up Docker

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
cache: 'maven'
135135
cache-dependency-path: '**/pom.xml'
136136
- name: Download release build
137-
uses: actions/download-artifact@v7
137+
uses: actions/download-artifact@v8
138138
with:
139139
name: archive-release
140140
- name: Set up Docker
@@ -168,7 +168,7 @@ jobs:
168168
VERSION=$( mvn help:evaluate -Dexpression=project.version -q -DforceStdout )
169169
echo "VERSION=$VERSION" >> $GITHUB_ENV
170170
- name: Download release build
171-
uses: actions/download-artifact@v7
171+
uses: actions/download-artifact@v8
172172
with:
173173
name: archive-release
174174
- name: Create Release
@@ -243,7 +243,7 @@ jobs:
243243
- name: Checkout code
244244
uses: actions/checkout@v6
245245
- name: Download Site
246-
uses: actions/download-artifact@v7
246+
uses: actions/download-artifact@v8
247247
with:
248248
name: archive-site
249249
path: target/staging

0 commit comments

Comments
 (0)