File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120120 distribution : ' temurin'
121121 java-version : ' 17'
122122 - name : Download Maven Repo
123- uses : actions/download-artifact@v5
123+ uses : actions/download-artifact@v6
124124 with :
125125 name : maven-repo
126126 path : ..
@@ -180,7 +180,7 @@ jobs:
180180 distribution : ' temurin'
181181 java-version : ${{ matrix.jdk }}
182182 - name : Download Maven Repo
183- uses : actions/download-artifact@v5
183+ uses : actions/download-artifact@v6
184184 with :
185185 name : maven-repo
186186 path : ..
@@ -214,7 +214,7 @@ jobs:
214214 distribution : ' temurin'
215215 java-version : ' 17'
216216 - name : Download Maven Repo
217- uses : actions/download-artifact@v5
217+ uses : actions/download-artifact@v6
218218 with :
219219 name : maven-repo
220220 path : ..
You can’t perform that action at this time.
0 commit comments