Skip to content

Commit 66a8179

Browse files
Update action versions
1 parent cf36da4 commit 66a8179

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/webpage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ jobs:
4747
uses: actions/configure-pages@v3
4848
- name: Upload artifact
4949
if: github.ref_name == github.event.repository.default_branch
50-
uses: actions/upload-pages-artifact@v1
50+
uses: actions/upload-pages-artifact@v3
5151
with:
5252
path: 'website'
5353
- name: Deploy to GitHub Pages
5454
if: github.ref_name == github.event.repository.default_branch
5555
id: deployment
56-
uses: actions/deploy-pages@v1
56+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)