diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 06b2a97..5474a4e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,7 +70,7 @@ jobs: env: ORG_GRADLE_PROJECT_githubRepository: ${{ github.repository }} - name: Publish Documentation - uses: peaceiris/actions-gh-pages@v3.9.3 + uses: peaceiris/actions-gh-pages@v4.0.0 with: publish_dir: ./build/dokka/htmlMultiModule deploy_key: ${{ secrets.GH_PAGES_DEPLOY_KEY }}