Commit f2b84cd 1 parent 0784e68 commit f2b84cd Copy full SHA for f2b84cd
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
with :
24
24
node-version : 12.x
25
25
26
- - uses : actions/cache@v2
26
+ - uses : actions/cache@v4
27
27
id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
28
28
with :
29
29
path : ' **/node_modules'
43
43
with :
44
44
node-version : 12.x
45
45
46
- - uses : actions/cache@v2
46
+ - uses : actions/cache@v4
47
47
id : yarn-cache
48
48
with :
49
49
path : ' **/node_modules'
52
52
- name : Build
53
53
run : yarn build
54
54
55
- - uses : actions/upload-artifact@v2
55
+ - uses : actions/upload-artifact@v4
56
56
with :
57
57
name : app-build
58
58
path : |
73
73
with :
74
74
node-version : 12.x
75
75
76
- - uses : actions/download-artifact@v2
76
+ - uses : actions/download-artifact@v4
77
77
with :
78
78
name : app-build
79
79
You can’t perform that action at this time.
0 commit comments