diff --git a/.github/workflows/update-repo.yml b/.github/workflows/update-repo.yml index 0c37406..ff30cfe 100644 --- a/.github/workflows/update-repo.yml +++ b/.github/workflows/update-repo.yml @@ -488,7 +488,7 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v3 - name: Upload artifact - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 with: path: 'webpage' - name: Deploy to GitHub Pages