Skip to content

Commit f32841b

Browse files
committed
Update GHA workflow
1 parent 1cbfab4 commit f32841b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-app.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111

1212
steps:
1313
- name: Checkout the repo
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515

1616
- name: Install node.js SDK
17-
uses: actions/setup-node@v2
17+
uses: actions/setup-node@v4
1818
with:
1919
node-version: '16'
2020

@@ -39,6 +39,6 @@ jobs:
3939
cp _redirects dist
4040
4141
- name: Upload artifact for web
42-
uses: actions/upload-pages-artifact@v1
42+
uses: actions/upload-pages-artifact@v3
4343
with:
4444
path: dist

0 commit comments

Comments
 (0)