We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c510b commit 6c68bcbCopy full SHA for 6c68bcb
1 file changed
.github/workflows/nextjs.yml
@@ -77,7 +77,7 @@ jobs:
77
- name: Static HTML export with Next.js
78
run: ${{ steps.detect-package-manager.outputs.runner }} next export
79
- name: Upload build artifact
80
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
81
with:
82
name: nextjs-build
83
path: ./out
0 commit comments