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 e86c4b4 commit f61e44cCopy full SHA for f61e44c
.github/workflows/test-transactional.yml
@@ -21,8 +21,10 @@ jobs:
21
- name: Prepare Build & Publishing Tools
22
run: npm install
23
24
- - uses: actions/download-artifact@v4
+ - uses: dawidd6/action-download-artifact@v11
25
with:
26
+ workflow: ${{ github.event.workflow_run.workflow_id }}
27
+ run_id: ${{ github.event.workflow_run.id }}
28
name: mailchimp-transactional-node.zip
29
path: zip
30
0 commit comments