We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70fd34 commit e534a18Copy full SHA for e534a18
.github/workflows/build.yaml
@@ -57,7 +57,7 @@ jobs:
57
run: cp scripts/index.html out/index.html
58
- name: Collect deployment assets
59
if: ${{ github.ref == 'refs/heads/main' }}
60
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
61
with:
62
path: ./out
63
- name: Archive artifacts
0 commit comments