diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 1358d2f..3b34315 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -32,7 +32,7 @@ jobs: env: KNIGHTCLUB_BASE: /KnightClub/ - uses: actions/configure-pages@v5 - - uses: actions/upload-pages-artifact@v3 + - uses: actions/upload-pages-artifact@v5 with: path: dist/client - name: Deploy to GitHub Pages