Skip to content

Commit 4a0605f

Browse files
Merge pull request #414 from patrick-murphy-intuit/workflow-changes
Bump remaining versions
2 parents ebf1c9b + 0264842 commit 4a0605f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test-transactional.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
key: cache-dir
5757

5858

59-
- uses: dawidd6/action-download-artifact@b9571484721e8187f1fd08147b497129f8972c74
59+
- uses: dawidd6/action-download-artifact@v11
6060
with:
6161
workflow: ${{ github.event.workflow_run.workflow_id }}
6262
run_id: ${{ github.event.workflow_run.id }}
@@ -100,7 +100,7 @@ jobs:
100100
path: .cache
101101
key: cache-dir
102102

103-
- uses: dawidd6/action-download-artifact@b9571484721e8187f1fd08147b497129f8972c74
103+
- uses: dawidd6/action-download-artifact@v11
104104
with:
105105
workflow: ${{ github.event.workflow_run.workflow_id }}
106106
run_id: ${{ github.event.workflow_run.id }}
@@ -152,8 +152,7 @@ jobs:
152152
with:
153153
python-version: 3.9
154154

155-
156-
- uses: dawidd6/action-download-artifact@b9571484721e8187f1fd08147b497129f8972c74
155+
- uses: dawidd6/action-download-artifact@v11
157156
with:
158157
workflow: ${{ github.event.workflow_run.workflow_id }}
159158
run_id: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)