Skip to content

Commit 6c443ba

Browse files
chore(deps): bump actions/download-artifact from 4.2.0 to 4.2.1 (#3756)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrea Amorosi <[email protected]>
1 parent 6492d3f commit 6c443ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/layers_govcloud.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ jobs:
8181
environment: GovCloud ${{ inputs.environment }} (East)
8282
steps:
8383
- name: Download Zip
84-
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
84+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
8585
with:
8686
name: AWSLambdaPowertoolsTypeScriptV2.zip
8787
- name: Download Metadata
88-
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
88+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
8989
with:
9090
name: AWSLambdaPowertoolsTypeScriptV2.json
9191
- name: Verify Layer Signature
@@ -146,11 +146,11 @@ jobs:
146146
name: GovCloud ${{ inputs.environment }} (West)
147147
steps:
148148
- name: Download Zip
149-
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
149+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
150150
with:
151151
name: AWSLambdaPowertoolsTypeScriptV2.zip
152152
- name: Download Metadata
153-
uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
153+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
154154
with:
155155
name: AWSLambdaPowertoolsTypeScriptV2.json
156156
- name: Verify Layer Signature

0 commit comments

Comments
 (0)