diff --git a/.github/workflows/buildAndDeploy.yml b/.github/workflows/buildAndDeploy.yml index ac38f19..cc286b8 100644 --- a/.github/workflows/buildAndDeploy.yml +++ b/.github/workflows/buildAndDeploy.yml @@ -19,7 +19,7 @@ jobs: npm install npm run build - name: Archive built files - uses: actions/upload-artifact@v4 + uses: actions/upload-pages-artifact@v3 with: name: 'github-pages' path: dist @@ -41,4 +41,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action + uses: actions/deploy-pages@v4