File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 23
23
24
24
steps :
25
25
- name : Checkout
26
- uses : actions/checkout@v3
26
+ uses : actions/checkout@v4
27
27
with :
28
28
fetch-depth : " 1"
29
29
36
36
fi
37
37
38
38
- name : Set up JDK
39
- uses : actions/setup-java@v3
39
+ uses : actions/setup-java@v4
40
40
with :
41
41
java-version : ' 8'
42
42
distribution : ' zulu'
Original file line number Diff line number Diff line change 11
11
12
12
steps :
13
13
- name : Checkout PR
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
16
16
- name : Update submodules if necessary
17
17
run : |
22
22
fi
23
23
24
24
- name : Set up JDK
25
- uses : actions/setup-java@v3
25
+ uses : actions/setup-java@v4
26
26
with :
27
27
java-version : ' 8'
28
28
distribution : ' zulu'
81
81
82
82
- name : Upload Test Results
83
83
if : success() || failure()
84
- uses : actions/upload-artifact@v3
84
+ uses : actions/upload-artifact@v4
85
85
with :
86
86
name : Test Results
87
87
path : |
@@ -103,7 +103,7 @@ jobs:
103
103
runs-on : ubuntu-latest
104
104
steps :
105
105
- name : Upload
106
- uses : actions/upload-artifact@v3
106
+ uses : actions/upload-artifact@v4
107
107
with :
108
108
name : Event File
109
109
path : ${{ github.event_path }}
You can’t perform that action at this time.
0 commit comments