We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 984144d commit 4a0c88eCopy full SHA for 4a0c88e
.github/workflows/application-signals-e2e-test.yml
@@ -34,7 +34,7 @@ jobs:
34
role-to-assume: arn:aws:iam::637423224110:role/${{ secrets.STAGING_ARTIFACTS_ACCESS_ROLE_NAME }}
35
aws-region: us-east-1
36
37
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
38
with:
39
name: ${{ inputs.staging-instrumentation-name }}
40
.github/workflows/release-lambda.yml
@@ -149,7 +149,7 @@ jobs:
149
- name: download layerARNs
150
uses: actions/download-artifact@v4
151
152
- name: ${{ env.LAYER_NAME }}-*
+ pattern: ${{ env.LAYER_NAME }}-*
153
path: ${{ env.LAYER_NAME }}
154
merge-multiple: true
155
- name: show layerARNs
0 commit comments