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 c531b4a commit a98921aCopy full SHA for a98921a
.github/workflows/deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
- run: bun run lint
28
- run: bun run build
29
- name: Upload artifact
30
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
31
with:
32
path: ./dist
33
0 commit comments