We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a6eca9 commit 2ba2fd7Copy full SHA for 2ba2fd7
.github/workflows/publish_layer.yml
@@ -95,7 +95,7 @@ jobs:
95
with:
96
ref: ${{ github.sha }}
97
- name: Download CDK layer artifact
98
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
+ uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
99
100
name: cdk-layer-stack
101
path: cdk-layer-stack/
.github/workflows/reusable_deploy_layer_stack.yml
@@ -76,7 +76,7 @@ jobs:
76
- name: Setup dependencies
77
uses: ./.github/actions/cached-node-modules
78
- name: Download artifact
79
80
81
name: ${{ inputs.artifact-name }}
82
- name: Unzip artifact
0 commit comments