We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec26525 commit 561aab9Copy full SHA for 561aab9
.github/workflows/danger-send.yml
@@ -27,7 +27,7 @@ jobs:
27
restore-keys: ${{ runner.os }}-node-
28
29
- name: Download artifact
30
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
31
with:
32
script: |
33
let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({
0 commit comments