diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9ed0082a6b..977d9d0928 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -135,7 +135,7 @@ jobs: - name: Upload site/ directory as GitHub Pages artifact if: ${{ github.event_name == 'push' }} - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 with: path: "site/"