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