File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments