diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c444c75..74594e9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,7 +34,7 @@ jobs: - name: Build run: script/build --ci-environment - name: Set up Pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v4 - name: Upload Pages artifact uses: actions/upload-pages-artifact@v2 with: