Skip to content

Commit 308b306

Browse files
authored
Update page.yml for latest action
1 parent e357301 commit 308b306

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/page.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ jobs:
6666
npm install
6767
npm run build
6868
- name: Setup Pages
69-
uses: actions/configure-pages@v3
69+
uses: actions/configure-pages@v5.0.0
7070
- name: Upload artifact
71-
uses: actions/upload-pages-artifact@v2
71+
uses: actions/upload-pages-artifact@v3.0.1
7272
with:
7373
# Upload entire repository
7474
path: './build'
7575
- name: Deploy to GitHub Pages
7676
id: deployment
77-
uses: actions/deploy-pages@v2
77+
uses: actions/deploy-pages@v4.0.5

0 commit comments

Comments
 (0)