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 0dc55e4 commit c1673f2Copy full SHA for c1673f2
.github/workflows/publish.yml
@@ -77,7 +77,7 @@ jobs:
77
- name: Build with Next.js
78
run: ${{ steps.detect-package-manager.outputs.runner }} next build
79
- name: Upload artifact
80
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
81
with:
82
path: ./out
83
0 commit comments