Skip to content

Commit 13617de

Browse files
authored
Upgrade GitHub Actions for deployment workflow
Signed-off-by: Yunsup Sim <dev@ethansup.net>
1 parent c0787e8 commit 13617de

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
@@ -28,11 +28,11 @@ jobs:
2828
uses: actions/configure-pages@v4
2929

3030
- name: Upload artifact
31-
uses: actions/upload-pages-artifact@v2
31+
uses: actions/upload-pages-artifact@v3
3232
with:
3333
# Upload the wwwroot directory from the publish output
3434
path: 'release/wwwroot'
3535

3636
- name: Deploy to GitHub Pages
3737
id: deployment
38-
uses: actions/deploy-pages@v2
38+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)