diff --git a/.github/workflows/auto-merge-dependabot-prs.yml b/.github/workflows/auto-merge-dependabot-prs.yml index 0da6da31c..ab3163ed8 100644 --- a/.github/workflows/auto-merge-dependabot-prs.yml +++ b/.github/workflows/auto-merge-dependabot-prs.yml @@ -46,7 +46,7 @@ jobs: # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_run # https://github.com/actions/github-script - name: "Download artifact" - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | console.log("download artifact: started")