We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a314af commit dd4ce14Copy full SHA for dd4ce14
.github/workflows/migration-sql-comment.yml
@@ -15,7 +15,7 @@ jobs:
15
# hopefully this can be improved at some point; see this issue for details:
16
# https://github.com/actions/download-artifact/issues/60
17
- name: Download artifact
18
- uses: actions/github-script@v7
+ uses: actions/github-script@v3.1.0
19
with:
20
script: |
21
const artifacts = await github.actions.listWorkflowRunArtifacts({
0 commit comments