File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ jobs:
258
258
artifact_name : ${{ inputs.source_code_artifact_name }}
259
259
260
260
- name : Download CDK layer artifact
261
- uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
261
+ uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
262
262
with :
263
263
name : cdk-layer-stack
264
264
path : cdk-layer-stack/
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ jobs:
178
178
- name : install deps
179
179
run : poetry install
180
180
- name : Download artifact
181
- uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
181
+ uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
182
182
with :
183
183
name : ${{ inputs.artefact-name }}
184
184
path : layer
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115
115
with :
116
116
node-version : ${{ env.NODE_VERSION }}
117
117
- name : Download artifact
118
- uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
118
+ uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
119
119
with :
120
120
name : ${{ inputs.artefact-name }}
121
121
- name : Unzip artefact
You can’t perform that action at this time.
0 commit comments