File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 56
56
uses : actions/download-artifact@v4
57
57
with :
58
58
name : build
59
+ path : ./build
59
60
- name : Build and push
60
61
uses : docker/build-push-action@v6
61
62
with :
Original file line number Diff line number Diff line change 85
85
</plugin >
86
86
<plugin >
87
87
<artifactId >maven-surefire-plugin</artifactId >
88
- <version >3.3.0 </version >
88
+ <version >3.5.2 </version >
89
89
</plugin >
90
90
<plugin >
91
91
<artifactId >maven-jar-plugin</artifactId >
92
92
<version >3.4.2</version >
93
93
</plugin >
94
94
<plugin >
95
95
<artifactId >maven-install-plugin</artifactId >
96
- <version >3.1.2 </version >
96
+ <version >3.1.3 </version >
97
97
</plugin >
98
98
<plugin >
99
99
<artifactId >maven-deploy-plugin</artifactId >
100
- <version >3.1.2 </version >
100
+ <version >3.1.3 </version >
101
101
</plugin >
102
102
<!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->
103
103
<plugin >
You can’t perform that action at this time.
0 commit comments