diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index ceb9c3d4..29cee1a0 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -75,7 +75,7 @@ jobs: - name: Build with Next.js run: ${{ steps.detect-package-manager.outputs.runner }} next build - name: Upload artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v5 with: path: ./landing-page/out