Commit 4fe2160 1 parent 9e6df4b commit 4fe2160 Copy full SHA for 4fe2160
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
run : cp target/plantuml.war target/plantuml-jsp-${{ steps.version.outputs.VERSION }}.war
38
38
39
39
- name : temporarily save generated war files
40
- uses : actions/upload-artifact@v3
40
+ uses : actions/upload-artifact@v4
41
41
with :
42
42
name : war-jre11
43
43
path : target/plantuml*-${{ steps.version.outputs.VERSION }}.war
76
76
run : cp target/plantuml.war target/plantuml-jre8-jsp-${{ steps.version.outputs.VERSION }}.war
77
77
78
78
- name : temporarily save generated war files
79
- uses : actions/upload-artifact@v3
79
+ uses : actions/upload-artifact@v4
80
80
with :
81
81
name : war-jre8
82
82
path : target/plantuml*-${{ steps.version.outputs.VERSION }}.war
Original file line number Diff line number Diff line change 29
29
run : mvn --batch-mode -f pom.jdk8.xml -D java.net.useSystemProxies=true clean package
30
30
31
31
- name : temporarily save generated files
32
- uses : actions/upload-artifact@v3
32
+ uses : actions/upload-artifact@v4
33
33
with :
34
34
name : war-jre8
35
35
path : target/plantuml.war
You can’t perform that action at this time.
0 commit comments