We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1006e15 + 8e1330d commit 8574a7dCopy full SHA for 8574a7d
2 files changed
.github/workflows/deploy.yml
@@ -46,7 +46,7 @@ jobs:
46
run: npm run build
47
48
- name: Upload Build Artifact
49
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
50
with:
51
path: ./website/build
52
.github/workflows/static.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Setup Pages
39
uses: actions/configure-pages@v5
40
- name: Upload artifact
41
42
43
44
- name: Deploy to GitHub Pages
0 commit comments