Skip to content

Commit 370f0fc

Browse files
committed
Merge branch 'master' into gh-pages
2 parents cddc34b + a49f649 commit 370f0fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/webapp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
- name: Setup Pages
2626
uses: actions/configure-pages@v3
2727
- name: Build
2828
run: |
2929
npm install
3030
npm run prepublish
3131
- name: Upload artifact
32-
uses: actions/upload-pages-artifact@v2
32+
uses: actions/upload-pages-artifact@v3
3333
with:
3434
# Upload entire repository
3535
path: '.'
3636
- name: Deploy to GitHub Pages
3737
id: deployment
38-
uses: actions/deploy-pages@v2
38+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)