diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a67c705..33b1718 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: run: npm run build:docs - name: Upload documentation - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 if: github.ref == 'refs/heads/main' && github.event_name == 'push' with: path: ./dist