Skip to content

Commit 32fd091

Browse files
dependabot[bot]dreamorosi
authored andcommitted
chore(deps): bump actions/download-artifact from 4.1.0 to 4.1.1 (#1886)
1 parent 3d23c8a commit 32fd091

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/reusable_deploy_layer_stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Setup dependencies
7777
uses: ./.github/actions/cached-node-modules
7878
- name: Download artifact
79-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
79+
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
8080
with:
8181
name: ${{ inputs.artifact-name }}
8282
- name: Unzip artifact

.github/workflows/reusable_update_layer_arn_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
git config remote.origin.url >&- || git remote add origin https://github.com/"${origin}" # Git Detached mode (release notes) doesn't have origin
3535
git pull origin "${BRANCH}"
3636
- name: Download CDK layer artifact
37-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
37+
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
3838
with:
3939
name: cdk-layer-stack
4040
path: cdk-layer-stack/

0 commit comments

Comments
 (0)