diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 6acc47166..e7a1dd537 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -42,7 +42,7 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v2 - name: Upload artifact - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 with: path: './website/build' - name: Deploy to GitHub Pages