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:
121
121
runs-on : ubuntu-latest
122
122
steps :
123
123
- uses : actions/checkout@v5
124
- - uses : actions/download-artifact@v4
124
+ - uses : actions/download-artifact@v5
125
125
with :
126
126
name : maven-test-target-directory
127
127
path : target
@@ -139,7 +139,7 @@ jobs:
139
139
runs-on : ubuntu-latest
140
140
steps :
141
141
- uses : actions/checkout@v5
142
- - uses : actions/download-artifact@v4
142
+ - uses : actions/download-artifact@v5
143
143
with :
144
144
name : maven-target-directory
145
145
path : target
Original file line number Diff line number Diff line change 78
78
run : |
79
79
echo "version=$(mvn -B help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_OUTPUT
80
80
81
- - uses : actions/download-artifact@v4
81
+ - uses : actions/download-artifact@v5
82
82
with :
83
83
name : maven-release-target-directory
84
84
path : target
You can’t perform that action at this time.
0 commit comments