diff --git a/.github/workflows/cd-pages.yaml b/.github/workflows/cd-pages.yaml index 57def8cf69..ce193c0662 100644 --- a/.github/workflows/cd-pages.yaml +++ b/.github/workflows/cd-pages.yaml @@ -63,7 +63,7 @@ jobs: helm repo index /tmp/package --url https://github.com/splunk/splunk-connect-for-syslog/releases/download/$VERSION --merge /tmp/origin/index.yaml cp /tmp/package/index.yaml /tmp/index/ - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: /tmp/index