Skip to content

Commit d683d61

Browse files
chore(deps): bump actions/download-artifact from 8.0.0 to 8.0.1 (#5087)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7b390b4 commit d683d61

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/layers_partition_verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
region: ${{ fromJson(needs.setup.outputs.regions) }}
121121
steps:
122122
- name: Download Metadata
123-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
123+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
124124
with:
125125
name: AWSLambdaPowertoolsTypeScriptV2.json
126126
- id: transform

.github/workflows/layers_partitions_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535
region: ${{ fromJson(inputs.regions) }}
3636
steps:
3737
- name: Download Zip
38-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
38+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
3939
with:
4040
name: AWSLambdaPowertoolsTypeScriptV2.zip
4141

4242
- name: Download Metadata
43-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
43+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
4444
with:
4545
name: AWSLambdaPowertoolsTypeScriptV2.json
4646

.github/workflows/reusable_deploy_layer_stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Setup dependencies
8888
uses: aws-powertools/actions/.github/actions/cached-node-modules@29979bc5339bf54f76a11ac36ff67701986bb0f0
8989
- name: Download artifact
90-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
90+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
9191
with:
9292
name: ${{ inputs.artifact-name }}
9393
- name: Unzip artifact

0 commit comments

Comments
 (0)