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 @@ -21,10 +21,10 @@ jobs:
21
21
runs-on : ubuntu-latest
22
22
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
26
26
- name : Set up JDK 11
27
- uses : actions/setup-java@v3
27
+ uses : actions/setup-java@v4
28
28
with :
29
29
java-version : ' 11'
30
30
distribution : ' temurin'
40
40
needs : build
41
41
42
42
steps :
43
- - uses : actions/checkout@v3
43
+ - uses : actions/checkout@v4
44
44
45
45
- name : Check build environment
46
46
run : |
@@ -54,14 +54,14 @@ jobs:
54
54
55
55
- name : Archive logs
56
56
if : always()
57
- uses : actions/upload-artifact@v3
57
+ uses : actions/upload-artifact@v4
58
58
with :
59
59
name : logs
60
60
path : logs
61
61
62
62
- name : Archive test reports
63
63
if : always()
64
- uses : actions/upload-artifact@v3
64
+ uses : actions/upload-artifact@v4
65
65
with :
66
66
name : test-reports
67
67
path : reports
You can’t perform that action at this time.
0 commit comments