Skip to content

Commit e15ff02

Browse files
Update workflows
1 parent 7e49b7d commit e15ff02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ jobs:
5454
- name: Run packager
5555
run: python build_variants.py
5656
- name: Upload artifact
57-
uses: actions/upload-pages-artifact@v2
57+
uses: actions/upload-pages-artifact@v3
5858
with:
5959
# Upload entire repository
6060
path: 'deploy/'
6161
- name: Deploy to GitHub Pages
6262
id: deployment
63-
uses: actions/deploy-pages@v2
63+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)