Skip to content

Commit 54d2089

Browse files
authored
Chore: Update deploy-to-github-pages.yml (#59)
1 parent 7291cf4 commit 54d2089

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-to-github-pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
- name: Setup Pages
4343
uses: actions/configure-pages@v4
4444
- name: Upload artifact
45-
uses: actions/upload-pages-artifact@v2
45+
uses: actions/upload-pages-artifact@v3
4646
with:
4747
# Upload entire repository
4848
path: 'build'
4949
- name: Deploy to GitHub Pages
5050
id: deployment
51-
uses: actions/deploy-pages@v3
51+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)