File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@v6
124- - uses : actions/download-artifact@v7
124+ - uses : actions/download-artifact@v8
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@v6
142- - uses : actions/download-artifact@v7
142+ - uses : actions/download-artifact@v8
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@v7
81+ - uses : actions/download-artifact@v8
8282 with :
8383 name : maven-release-target-directory
8484 path : target
You can’t perform that action at this time.
0 commit comments