File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
with :
22
22
node-version : ' 16'
23
23
- uses : actions/checkout@v1
24
- - uses : actions/cache@v2
24
+ - uses : actions/cache@v4
25
25
with :
26
26
path : node_modules
27
27
key : ${{ runner.os }}-${{ hashFiles('yarn.lock') }}
42
42
with :
43
43
node-version : ' 16'
44
44
- uses : actions/checkout@v1
45
- - uses : actions/cache@v2
45
+ - uses : actions/cache@v4
46
46
with :
47
47
path : node_modules
48
48
key : ${{ runner.os }}-${{ hashFiles('yarn.lock') }}
57
57
with :
58
58
node-version : ' 16'
59
59
- uses : actions/checkout@v1
60
- - uses : actions/cache@v2
60
+ - uses : actions/cache@v4
61
61
with :
62
62
path : node_modules
63
63
key : ${{ runner.os }}-${{ hashFiles('yarn.lock') }}
71
71
with :
72
72
node-version : ' 16'
73
73
- uses : actions/checkout@v1
74
- - uses : actions/cache@v2
74
+ - uses : actions/cache@v4
75
75
with :
76
76
path : node_modules
77
77
key : ${{ runner.os }}-${{ hashFiles('yarn.lock') }}
80
80
- run : yarn compile
81
81
82
82
- run : FORCE_COLOR=1 yarn coverage
83
- - uses : actions/upload-artifact@v2
83
+ - uses : actions/upload-artifact@v4
84
84
with :
85
85
name : solidity-coverage
86
86
path : |
You can’t perform that action at this time.
0 commit comments