diff --git a/.github/workflows/danger-send.yml b/.github/workflows/danger-send.yml index d12875c70..00d4766b1 100644 --- a/.github/workflows/danger-send.yml +++ b/.github/workflows/danger-send.yml @@ -27,7 +27,7 @@ jobs: restore-keys: ${{ runner.os }}-node- - name: Download artifact - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({