diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c5fa1eb..083164f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -49,7 +49,7 @@ jobs: --exclude=.github \ target/web/release - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-pages-artifact@v2 with: name: github-pages path: ${{ runner.temp }}/artifact.tar