diff --git a/.github/workflows/create-docs-issues.yml b/.github/workflows/create-docs-issues.yml index 8566752c2a0..42933c20ace 100644 --- a/.github/workflows/create-docs-issues.yml +++ b/.github/workflows/create-docs-issues.yml @@ -17,7 +17,7 @@ jobs: - name: Create Issues id: create-issues - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{ secrets.DOCS_ISSUES_PAT }} script: | diff --git a/.github/workflows/publish-check-ci.yml b/.github/workflows/publish-check-ci.yml index bbd319a5fa3..854f66ec53e 100644 --- a/.github/workflows/publish-check-ci.yml +++ b/.github/workflows/publish-check-ci.yml @@ -18,7 +18,7 @@ jobs: # Unfortunately, the official actions/download-artifact action is very limited in scope. # Can't use it yet in this context, https://github.com/actions/download-artifact/issues/60 - name: Download artifact - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | var artifacts = await github.rest.actions.listWorkflowRunArtifacts({