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 35
35
node : ${{ env.NODE_VERSION }}
36
36
37
37
- name : Save build artifacts
38
- uses : actions/cache/save@v3
38
+ uses : actions/cache/save@v4
39
39
with :
40
40
path : .
41
41
key : ${{ env.CACHE_KEY }}
54
54
node-version : ${{ env.NODE_VERSION }}
55
55
cache : npm
56
56
57
- - uses : actions/cache/restore@v3
57
+ - uses : actions/cache/restore@v4
58
58
with :
59
59
path : .
60
60
key : ${{ env.CACHE_KEY }}
77
77
node-version : ${{ env.NODE_VERSION }}
78
78
cache : npm
79
79
80
- - uses : actions/cache/restore@v3
80
+ - uses : actions/cache/restore@v4
81
81
with :
82
82
path : .
83
83
key : ${{ env.CACHE_KEY }}
98
98
node-version : ${{ env.NODE_VERSION }}
99
99
cache : npm
100
100
101
- - uses : actions/cache/restore@v3
101
+ - uses : actions/cache/restore@v4
102
102
with :
103
103
path : .
104
104
key : ${{ env.CACHE_KEY }}
@@ -119,7 +119,7 @@ jobs:
119
119
node-version : ${{ env.NODE_VERSION }}
120
120
cache : npm
121
121
122
- - uses : actions/cache/restore@v3
122
+ - uses : actions/cache/restore@v4
123
123
with :
124
124
path : .
125
125
key : ${{ env.CACHE_KEY }}
You can’t perform that action at this time.
0 commit comments