Skip to content

Commit 5638465

Browse files
committed
fix: GitHub Actions failed issue for surge
1 parent dd037a8 commit 5638465

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/surge_ci.yml

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

0 commit comments

Comments
 (0)