diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 815780cf6..f7315f79c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -204,7 +204,7 @@ jobs: - name: Upload test logs if: always() && steps.ct.outcome == 'failure' && github.repository == 'processone/ejabberd' - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: publish_dir: _build/test exclude_assets: '.github,lib,plugins'