diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index ad3ba4f..57b9fe4 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -30,7 +30,7 @@ jobs: run: julia --project=docs/ docs/make.jl - name: Make comment with preview link if: ${{ github.event_name == 'pull_request' && github.event.action == 'opened'}} - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | github.rest.issues.createComment({