Skip to content

Commit 612aa47

Browse files
committed
GitHub Action のバージョン更新
1 parent 5256d17 commit 612aa47

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
@@ -26,7 +26,7 @@ jobs:
2626
BUILD_DIR: .
2727
BUILD_ONLY: true
2828
- name: Upload artifact
29-
uses: actions/upload-pages-artifact@v2
29+
uses: actions/upload-pages-artifact@v3
3030
with:
3131
path: ./public
3232
deploy:
@@ -38,4 +38,4 @@ jobs:
3838
steps:
3939
- name: Deploy to GitHub Pages
4040
id: deployment
41-
uses: actions/deploy-pages@v3
41+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)