diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce5f5fb..eb2e007 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,6 @@ jobs: path: ./frontend/dist - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 with: artifact_name: frontend-latest