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 a5aba3e commit 8f6122fCopy full SHA for 8f6122f
.github/workflows/deploy.yml
@@ -22,7 +22,7 @@ jobs:
22
steps:
23
- uses: actions/checkout@v5
24
- name: 'Download build artifact'
25
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
26
with:
27
script: |
28
const allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({
0 commit comments