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 2323 with :
2424 node-version : 12.x
2525
26- - uses : actions/cache@v2
26+ - uses : actions/cache@v4
2727 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
2828 with :
2929 path : ' **/node_modules'
4343 with :
4444 node-version : 12.x
4545
46- - uses : actions/cache@v2
46+ - uses : actions/cache@v4
4747 id : yarn-cache
4848 with :
4949 path : ' **/node_modules'
5252 - name : Build
5353 run : yarn build
5454
55- - uses : actions/upload-artifact@v2
55+ - uses : actions/upload-artifact@v4
5656 with :
5757 name : app-build
5858 path : |
7070 with :
7171 node-version : 12.x
7272
73- - uses : actions/cache@v2
73+ - uses : actions/cache@v4
7474 id : yarn-cache
7575 with :
7676 path : ' **/node_modules'
9595 with :
9696 node-version : 12.x
9797
98- - uses : actions/download-artifact@v2
98+ - uses : actions/download-artifact@v4
9999 with :
100100 name : app-build
101101
You can’t perform that action at this time.
0 commit comments