File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ jobs:
57
57
continue-on-error : true
58
58
steps :
59
59
- name : Checkout repository
60
- uses : actions/checkout@v2
60
+ uses : actions/checkout@v4
61
61
62
62
- name : set up JDK 1.7
63
- uses : actions/setup-java@v1
63
+ uses : actions/setup-java@v4
64
64
with :
65
65
java-version : 1.7
66
66
@@ -73,19 +73,19 @@ jobs:
73
73
bash "ci_build_arch_aarch64.sh"
74
74
75
75
- name : Upload JDK build output
76
- uses : actions/upload-artifact@v2
76
+ uses : actions/upload-artifact@v4
77
77
with :
78
78
name : " jdk8-ios-aarch64"
79
79
path : jdk8*.tar.xz
80
80
81
81
- name : Upload JRE build output
82
- uses : actions/upload-artifact@v2
82
+ uses : actions/upload-artifact@v4
83
83
with :
84
84
name : ' jre8-ios-aarch64'
85
85
path : jre8*.tar.xz
86
86
87
87
- name : Upload JRE debuginfo build output
88
- uses : actions/upload-artifact@v2
88
+ uses : actions/upload-artifact@v4
89
89
with :
90
90
name : " jre8-ios-debuginfo-aarch64"
91
91
path : dizout
You can’t perform that action at this time.
0 commit comments