Skip to content

Commit 56764a2

Browse files
committed
v4
1 parent f292c27 commit 56764a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545
uses: actions/configure-pages@v4
4646

4747
- name: Upload artifact
48-
uses: actions/upload-pages-artifact@v2
48+
uses: actions/upload-pages-artifact@v4
4949
with:
5050
path: "./build"
5151

5252
- name: Deploy to GitHub Pages 🚀
5353
id: deployment
54-
uses: actions/deploy-pages@v3
54+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)