diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5662ec3..d4feddb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -38,7 +38,7 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v5 - name: Upload artifact - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 with: path: "./client/dist" - name: Deploy to GitHub Pages