Skip to content

Commit be4a0fb

Browse files
[Infra] - Upgrade "upload artifact" and "deploy pages"
1 parent c5b3df5 commit be4a0fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
# Zip and upload the static site.
3131
- name: Upload artifact
32-
uses: actions/upload-pages-artifact@v1
32+
uses: actions/upload-pages-artifact@v3
3333
with:
3434
path: ./build
3535

@@ -50,4 +50,4 @@ jobs:
5050
steps:
5151
- name: Deploy to GitHub Pages
5252
id: deployment
53-
uses: actions/deploy-pages@v2
53+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)