File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ jobs:
196196 ./mvnw -ntp verify -Pdev -DskipTests -Dmaven.repo.local=$MAVEN_USER_HOME
197197
198198 - name : Build and deploy
199- uses : actions/upload-artifact@v4
199+ uses : actions/upload-artifact@v7
200200 with :
201201 name : maven-package
202202 path : |
@@ -219,7 +219,7 @@ jobs:
219219 uses : actions/checkout@v4
220220
221221 - name : Download package artifacts
222- uses : actions/download-artifact@v4
222+ uses : actions/download-artifact@v8
223223 with :
224224 name : maven-package
225225 path : .
Original file line number Diff line number Diff line change @@ -54,14 +54,14 @@ jobs:
5454 zip -r dist/library-maven-repo.zip "$MAVEN_USER_HOME"
5555
5656 - name : Upload jar artifact
57- uses : actions/upload-artifact@v4
57+ uses : actions/upload-artifact@v7
5858 with :
5959 name : library-jar
6060 path : " **/target/*.jar"
6161 if-no-files-found : error
6262
6363 - name : Upload Maven repo bundle
64- uses : actions/upload-artifact@v4
64+ uses : actions/upload-artifact@v7
6565 with :
6666 name : library-maven-repo
6767 path : dist/library-maven-repo.zip
@@ -76,13 +76,13 @@ jobs:
7676
7777 steps :
7878 - name : Download jar artifact
79- uses : actions/download-artifact@v4
79+ uses : actions/download-artifact@v8
8080 with :
8181 name : library-jar
8282 path : dist
8383
8484 - name : Download Maven repo bundle
85- uses : actions/download-artifact@v4
85+ uses : actions/download-artifact@v8
8686 with :
8787 name : library-maven-repo
8888 path : dist
Original file line number Diff line number Diff line change 3838 files : " ./nugets/*.nupkg"
3939 - name : Upload artifact
4040 if : steps.has-nugets.outputs.files_exists == 'true'
41- uses : actions/upload-artifact@v4.6.2
41+ uses : actions/upload-artifact@v7.0.0
4242 with :
4343 name : nugets
4444 path : ./nugets/*.nupkg
You can’t perform that action at this time.
0 commit comments