Skip to content

Commit 1042528

Browse files
Merge pull request #412 from patrick-murphy-intuit/workflow-changes
Testing actions/download-artifact, bumping python version
2 parents cf2d017 + e86c4b4 commit 1042528

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/test-transactional.yml

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

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

@@ -147,10 +145,10 @@ jobs:
147145
path: .cache
148146
key: cache-dir
149147

150-
- name: Install Python 3.7
148+
- name: Install Python 3.9
151149
uses: actions/setup-python@v1
152150
with:
153-
python-version: 3.7
151+
python-version: 3.9
154152

155153

156154
- uses: dawidd6/action-download-artifact@b9571484721e8187f1fd08147b497129f8972c74

0 commit comments

Comments
 (0)