We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e67993 commit 3940332Copy full SHA for 3940332
1 file changed
.github/workflows/nextjs.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Build with Next.js
38
run: bun run build
39
- name: Upload artifact
40
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v3
41
with:
42
path: ./docs
43
0 commit comments