diff --git a/.github/workflows/pelican-gh-pages.yml b/.github/workflows/pelican-gh-pages.yml index cbeadd5..3bf14c6 100644 --- a/.github/workflows/pelican-gh-pages.yml +++ b/.github/workflows/pelican-gh-pages.yml @@ -54,7 +54,7 @@ jobs: path: output - name: Comment preview link if: github.event_name == 'pull_request' - uses: actions/github-script@v7 + uses: actions/github-script@v8 env: RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} with: