Skip to content

Commit f61e44c

Browse files
Go back to previous action, newer version
1 parent e86c4b4 commit f61e44c

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)