Skip to content

Commit f41741a

Browse files
author
SamTV1998
committed
Updated github actions
1 parent 41948d1 commit f41741a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-ui.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: pnpm/action-setup@v3
4141
name: Install pnpm
4242
with:
43-
version: 8
43+
version: 10
4444
run_install: false
4545
- name: Get pnpm store directory
4646
shell: bash
@@ -61,10 +61,10 @@ jobs:
6161
NODE_ENV: production
6262
NEXT_PUBLIC_API_URL: https://static.etherpad.org
6363
- name: Upload artifact
64-
uses: actions/upload-pages-artifact@v1
64+
uses: actions/upload-pages-artifact@v3
6565
with:
6666
# Upload entire repository
6767
path: './dist'
6868
- name: Deploy to GitHub Pages
6969
id: deployment
70-
uses: actions/deploy-pages@v2
70+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)