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 5d9fc77 commit 219dbe8Copy full SHA for 219dbe8
.github/workflows/pages.yml
@@ -71,7 +71,7 @@ jobs:
71
- name: Build with Next.js
72
run: ${{ steps.detect-package-manager.outputs.runner }} next build
73
- name: Upload artifact
74
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
75
with:
76
path: ./out
77
0 commit comments