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 @@ -20,15 +20,15 @@ jobs:
2020 REACT_APP_GA_ID : UA-104177068-1
2121 REACT_APP_DOMAIN_EXPIRY_DATE : Jul 11, 2027
2222 steps :
23- - uses : actions/checkout@v2
24- - uses : actions/setup-node@v2
23+ - uses : actions/checkout@v3
24+ - uses : actions/setup-node@v3
2525 with :
2626 node-version : 14
2727 cache : yarn
2828 - run : yarn install --frozen-lockfile
2929 - run : yarn test
3030 - run : yarn build
31- - uses : actions/upload-artifact@v2.2.4
31+ - uses : actions/upload-artifact@v3
3232 if : ${{ github.ref == 'refs/heads/master' }}
3333 with :
3434 name : dist
4444 name : Deploy to Linode
4545 runs-on : ubuntu-latest
4646 steps :
47- - uses : actions/download-artifact@v2.0.10
47+ - uses : actions/download-artifact@v3
4848 with :
4949 name : dist
5050 - run : echo "$ssh_key" > ~/ssh_key
You can’t perform that action at this time.
0 commit comments