Skip to content

Commit f7964b0

Browse files
fix(ci): upgrade download-artifact v4.3.0 → v8.0.1 (Node 24) (#265)
actions/download-artifact@v4.3.0 uses Node.js 20 which GitHub is deprecating (forced Node 24 on June 16, 2026; removed Sep 16, 2026). Upgrade to v8.0.1 which runs natively on Node 24. Closes #261 Co-authored-by: bgagent <345885+scottschreckengaust@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e3abe92 commit f7964b0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run_id: ${{ github.event.workflow_run.id }}
2323
steps:
2424
- name: Download deploy intent
25-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
25+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
2626
with:
2727
name: deploy-intent
2828
run-id: ${{ github.event.workflow_run.id }}
@@ -145,7 +145,7 @@ jobs:
145145
persist-credentials: false
146146

147147
- name: Download CDK artifact (${{ matrix.compute_type }})
148-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
148+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
149149
with:
150150
name: cdk-${{ matrix.compute_type }}-out
151151
path: cdk/
@@ -220,7 +220,7 @@ jobs:
220220
persist-credentials: false
221221

222222
- name: Download CDK artifact (${{ matrix.compute_type }})
223-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
223+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
224224
with:
225225
name: cdk-${{ matrix.compute_type }}-out
226226
path: cdk/

0 commit comments

Comments
 (0)