Skip to content

Commit 2f2ea05

Browse files
committed
Fix 액션오류 수정
1 parent e31d0a2 commit 2f2ea05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Build website
4444
run: npm run build
4545
- name: Upload artifact
46-
uses: actions/upload-pages-artifact@v2
46+
uses: actions/upload-pages-artifact@v3
4747
with:
4848
path: build
4949

@@ -57,4 +57,4 @@ jobs:
5757
steps:
5858
- name: Deploy to GitHub Pages
5959
id: deployment
60-
uses: actions/deploy-pages@v2
60+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)