Skip to content

Commit ebf1c9b

Browse files
Merge pull request #413 from patrick-murphy-intuit/workflow-changes
Go back to previous action, newer version
2 parents 1042528 + f61e44c commit ebf1c9b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-transactional.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ jobs:
2121
- name: Prepare Build & Publishing Tools
2222
run: npm install
2323

24-
- uses: actions/download-artifact@v4
24+
- uses: dawidd6/action-download-artifact@v11
2525
with:
26+
workflow: ${{ github.event.workflow_run.workflow_id }}
27+
run_id: ${{ github.event.workflow_run.id }}
2628
name: mailchimp-transactional-node.zip
2729
path: zip
2830

0 commit comments

Comments
 (0)