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.
2 parents cf2d017 + e86c4b4 commit 1042528Copy full SHA for 1042528
.github/workflows/test-transactional.yml
@@ -21,10 +21,8 @@ jobs:
21
- name: Prepare Build & Publishing Tools
22
run: npm install
23
24
- - uses: dawidd6/action-download-artifact@b9571484721e8187f1fd08147b497129f8972c74
+ - uses: actions/download-artifact@v4
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
@@ -147,10 +145,10 @@ jobs:
147
145
path: .cache
148
146
key: cache-dir
149
150
- - name: Install Python 3.7
+ - name: Install Python 3.9
151
uses: actions/setup-python@v1
152
153
- python-version: 3.7
+ python-version: 3.9
154
155
156
- uses: dawidd6/action-download-artifact@b9571484721e8187f1fd08147b497129f8972c74
0 commit comments