File tree Expand file tree Collapse file tree 6 files changed +30
-30
lines changed Expand file tree Collapse file tree 6 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 8
8
9
9
steps :
10
10
- name : checkout repo
11
- uses : actions/checkout@v3
11
+ uses : actions/checkout@v4
12
12
13
13
- name : Use Node.js ${{ matrix.node-version }}
14
14
uses : actions/setup-node@v1
15
15
with :
16
16
node-version : ' 10.11.0'
17
17
18
18
- name : Cache local Maven repository
19
- uses : actions/cache@v3
19
+ uses : actions/cache@v4
20
20
with :
21
21
path : ~/.m2/repository
22
22
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
23
23
restore-keys : |
24
24
${{ runner.os }}-maven-
25
25
26
26
- name : Cache local Go modules
27
- uses : actions/cache@v3
27
+ uses : actions/cache@v4
28
28
with :
29
29
path : ~/go/pkg/mod
30
30
key : ${{ runner.os }}-gomod-${{ hashFiles('**/go.mod') }}
@@ -41,10 +41,10 @@ jobs:
41
41
42
42
- name : Archive artifacts
43
43
continue-on-error : true
44
- uses : actions/upload-artifact@v3
44
+ uses : actions/upload-artifact@v4
45
45
if : always()
46
46
with :
47
- name : artifact
47
+ name : artifact-${{ matrix.runs-on }}
48
48
path : |
49
49
**/target/artifacts/*
50
50
**/target/logs/*
Original file line number Diff line number Diff line change @@ -18,21 +18,21 @@ jobs:
18
18
19
19
steps :
20
20
- name : checkout repo
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
23
23
- name : Use Node.js ${{ matrix.node-version }}
24
24
uses : actions/setup-node@v1
25
25
with :
26
26
node-version : ' 10.11.0'
27
27
28
28
- name : Cache local Maven repository
29
- uses : actions/cache@v3
29
+ uses : actions/cache@v4
30
30
with :
31
31
path : ~/.m2/repository
32
32
key : ${{ runner.os }}-maven-java${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}
33
33
34
34
- name : Cache local Go modules
35
- uses : actions/cache@v3
35
+ uses : actions/cache@v4
36
36
with :
37
37
path : ~/go/pkg/mod
38
38
key : ${{ runner.os }}-gomod-${{ hashFiles('**/go.mod') }}
@@ -50,10 +50,10 @@ jobs:
50
50
51
51
- name : Archive artifacts
52
52
continue-on-error : true
53
- uses : actions/upload-artifact@v3
53
+ uses : actions/upload-artifact@v4
54
54
if : always()
55
55
with :
56
- name : artifact
56
+ name : artifact-${{ matrix.runs-on }}
57
57
path : |
58
58
**/target/surefire-reports/*
59
59
**/target/artifacts/*
Original file line number Diff line number Diff line change @@ -31,21 +31,21 @@ jobs:
31
31
32
32
steps :
33
33
- name : checkout repo
34
- uses : actions/checkout@v3
34
+ uses : actions/checkout@v4
35
35
36
36
- name : Use Node.js ${{ matrix.node-version }}
37
37
uses : actions/setup-node@v1
38
38
with :
39
39
node-version : ' 10.11.0'
40
40
41
41
- name : Cache local Maven repository
42
- uses : actions/cache@v3
42
+ uses : actions/cache@v4
43
43
with :
44
44
path : ~/.m2/repository
45
45
key : ${{ runner.os }}-maven-java8-${{ hashFiles('**/pom.xml') }}
46
46
47
47
- name : Cache local Go modules
48
- uses : actions/cache@v3
48
+ uses : actions/cache@v4
49
49
with :
50
50
path : ~/go/pkg/mod
51
51
key : ${{ runner.os }}-gomod-${{ hashFiles('**/go.mod') }}
@@ -63,10 +63,10 @@ jobs:
63
63
64
64
- name : Archive artifacts
65
65
continue-on-error : true
66
- uses : actions/upload-artifact@v3
66
+ uses : actions/upload-artifact@v4
67
67
if : always()
68
68
with :
69
- name : artifact
69
+ name : artifact-${{ matrix.runs-on }}
70
70
path : |
71
71
**/target/surefire-reports/*
72
72
**/target/artifacts/*
Original file line number Diff line number Diff line change @@ -21,21 +21,21 @@ jobs:
21
21
22
22
steps :
23
23
- name : checkout repo
24
- uses : actions/checkout@v3
24
+ uses : actions/checkout@v4
25
25
26
26
- name : Use Node.js ${{ matrix.node-version }}
27
27
uses : actions/setup-node@v1
28
28
with :
29
29
node-version : ' 10.11.0'
30
30
31
31
- name : Cache local Maven repository
32
- uses : actions/cache@v3
32
+ uses : actions/cache@v4
33
33
with :
34
34
path : ~/.m2/repository
35
35
key : ${{ runner.os }}-maven-java8-${{ hashFiles('**/pom.xml') }}
36
36
37
37
- name : Cache local Go modules
38
- uses : actions/cache@v3
38
+ uses : actions/cache@v4
39
39
with :
40
40
path : ~/go/pkg/mod
41
41
key : ${{ runner.os }}-gomod-${{ hashFiles('**/go.mod') }}
@@ -55,10 +55,10 @@ jobs:
55
55
56
56
- name : Archive artifacts
57
57
continue-on-error : true
58
- uses : actions/upload-artifact@v3
58
+ uses : actions/upload-artifact@v4
59
59
if : always()
60
60
with :
61
- name : artifact
61
+ name : artifact-${{ matrix.runs-on }}
62
62
path : |
63
63
**/target/surefire-reports/*
64
64
**/target/artifacts/*
Original file line number Diff line number Diff line change @@ -19,21 +19,21 @@ jobs:
19
19
20
20
steps :
21
21
- name : checkout repo
22
- uses : actions/checkout@v3
22
+ uses : actions/checkout@v4
23
23
24
24
- name : Use Node.js ${{ matrix.node-version }}
25
25
uses : actions/setup-node@v1
26
26
with :
27
27
node-version : ' 10.11.0'
28
28
29
29
- name : Cache local Maven repository
30
- uses : actions/cache@v3
30
+ uses : actions/cache@v4
31
31
with :
32
32
path : ~/.m2/repository
33
33
key : ${{ runner.os }}-maven-java8-${{ hashFiles('**/pom.xml') }}
34
34
35
35
- name : Cache local Go modules
36
- uses : actions/cache@v3
36
+ uses : actions/cache@v4
37
37
with :
38
38
path : ~/go/pkg/mod
39
39
key : ${{ runner.os }}-gomod-${{ hashFiles('**/go.mod') }}
@@ -51,10 +51,10 @@ jobs:
51
51
52
52
- name : Archive artifacts
53
53
continue-on-error : true
54
- uses : actions/upload-artifact@v3
54
+ uses : actions/upload-artifact@v4
55
55
if : always()
56
56
with :
57
- name : artifact
57
+ name : artifact-${{ matrix.runs-on }}
58
58
path : |
59
59
**/target/surefire-reports/*
60
60
**/target/artifacts/*
Original file line number Diff line number Diff line change @@ -21,21 +21,21 @@ jobs:
21
21
22
22
steps :
23
23
- name : checkout repo
24
- uses : actions/checkout@v3
24
+ uses : actions/checkout@v4
25
25
26
26
- name : Use Node.js ${{ matrix.node-version }}
27
27
uses : actions/setup-node@v1
28
28
with :
29
29
node-version : ' 10.11.0'
30
30
31
31
- name : Cache local Maven repository
32
- uses : actions/cache@v3
32
+ uses : actions/cache@v4
33
33
with :
34
34
path : ~/.m2/repository
35
35
key : ${{ runner.os }}-maven-java8-${{ hashFiles('**/pom.xml') }}
36
36
37
37
- name : Cache local Go modules
38
- uses : actions/cache@v3
38
+ uses : actions/cache@v4
39
39
with :
40
40
path : ~/go/pkg/mod
41
41
key : ${{ runner.os }}-gomod-${{ hashFiles('**/go.mod') }}
@@ -53,10 +53,10 @@ jobs:
53
53
54
54
- name : Archive artifacts
55
55
continue-on-error : true
56
- uses : actions/upload-artifact@v3
56
+ uses : actions/upload-artifact@v4
57
57
if : always()
58
58
with :
59
- name : artifact
59
+ name : artifact-${{ matrix.runs-on }}
60
60
path : |
61
61
**/target/surefire-reports/*
62
62
**/target/artifacts/*
You can’t perform that action at this time.
0 commit comments