File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ jobs:
1818 REACT_APP_DOMAIN : ifs49f-poker.surge.sh
1919 REACT_APP_SOCKET_SERVER_URL : ' https://afternoon-gorge-59515.herokuapp.com/'
2020 steps :
21- - uses : actions/checkout@v2
22- - uses : actions/setup-node@v2
21+ - uses : actions/checkout@v4
22+ - uses : actions/setup-node@v4
2323 with :
2424 node-version : 14
2525 cache : yarn
2626 - run : yarn install --frozen-lockfile
2727 - run : yarn test
2828 - run : yarn build
29- - uses : actions/upload-artifact@v2.2.4
29+ - uses : actions/upload-artifact@v4
3030 if : ${{ github.ref == 'refs/heads/master' }}
3131 with :
3232 name : dist
3939 name : Deploy to Surge
4040 runs-on : ubuntu-latest
4141 steps :
42- - uses : actions/download-artifact@v2.0.10
42+ - uses : actions/download-artifact@v4
4343 with :
4444 name : dist
4545 # https://surge.sh/help/adding-a-200-page-for-client-side-routing
You can’t perform that action at this time.
0 commit comments