File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8989 console.log('Combined: ' + combined);
9090 return combined
9191
92- - uses : actions/checkout@v2
92+ - uses : actions/checkout@v4
9393 with :
9494 fetch-depth : 0
9595
Original file line number Diff line number Diff line change 2929 - name : Build site
3030 run : yarn build-demo && zip -r build.zip demo/build
3131
32- - uses : actions/upload-artifact@v3
32+ - uses : actions/upload-artifact@v4
3333 with :
3434 name : build
3535 path : build.zip
4949 node-version : " 18"
5050 cache : " yarn"
5151
52- - uses : actions/download-artifact@v3
52+ - uses : actions/download-artifact@v4
5353 with :
5454 name : build
5555
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 - name : Build site
109109 run : yarn build-demo && zip -r build.zip demo/build
110110
111- - uses : actions/upload-artifact@v3
111+ - uses : actions/upload-artifact@v4
112112 with :
113113 name : build
114114 path : build.zip
@@ -129,7 +129,7 @@ jobs:
129129 node-version : " 18"
130130 cache : " yarn"
131131
132- - uses : actions/download-artifact@v3
132+ - uses : actions/download-artifact@v4
133133 with :
134134 name : build
135135
Original file line number Diff line number Diff line change 2020 - run : |
2121 git config user.name "github-actions[bot]"
2222 git config user.email "github-actions[bot]@users.noreply.github.com"
23- - uses : actions/setup-node@v2
23+ - uses : actions/setup-node@v4
2424 with :
2525 node-version : " *"
2626 registry-url : " https://registry.npmjs.org"
Original file line number Diff line number Diff line change 2020 - run : |
2121 git config user.name "github-actions[bot]"
2222 git config user.email "github-actions[bot]@users.noreply.github.com"
23- - uses : actions/setup-node@v2
23+ - uses : actions/setup-node@v4
2424 with :
2525 node-version : " *"
2626 registry-url : " https://registry.npmjs.org"
You can’t perform that action at this time.
0 commit comments