diff --git a/.github/workflows/docs-preview.yml b/.github/workflows/docs-preview.yml index 0190ec9..34c85ef 100644 --- a/.github/workflows/docs-preview.yml +++ b/.github/workflows/docs-preview.yml @@ -47,7 +47,7 @@ jobs: retention-days: 7 - name: Comment on PR - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const artifactName = `docs-preview-${{ github.event.number }}`;