diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 646c964..87aa756 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -43,7 +43,7 @@ jobs: - run: npm install && cd docs && npm install - run: cd docs && npm run build - name: Setup Pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: