File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121121 runs-on : ubuntu-latest
122122 steps :
123123 - uses : actions/checkout@v5
124- - uses : actions/download-artifact@v4
124+ - uses : actions/download-artifact@v5
125125 with :
126126 name : maven-test-target-directory
127127 path : target
@@ -139,7 +139,7 @@ jobs:
139139 runs-on : ubuntu-latest
140140 steps :
141141 - uses : actions/checkout@v5
142- - uses : actions/download-artifact@v4
142+ - uses : actions/download-artifact@v5
143143 with :
144144 name : maven-target-directory
145145 path : target
Original file line number Diff line number Diff line change 7878 run : |
7979 echo "version=$(mvn -B help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_OUTPUT
8080
81- - uses : actions/download-artifact@v4
81+ - uses : actions/download-artifact@v5
8282 with :
8383 name : maven-release-target-directory
8484 path : target
You can’t perform that action at this time.
0 commit comments