Skip to content

Commit a7dd4ab

Browse files
committed
fix: GitHub Actions failed issue
1 parent a6d0e2a commit a7dd4ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/linode_ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
@@ -44,7 +44,7 @@ jobs:
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

0 commit comments

Comments
 (0)