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 865f930 commit 663c0cbCopy full SHA for 663c0cb
.github/workflows/application-signals-e2e-test.yml
@@ -34,7 +34,7 @@ jobs:
34
role-to-assume: arn:aws:iam::${{ secrets.APPLICATION_SIGNALS_E2E_TEST_ACCOUNT_ID }}:role/${{ secrets.APPLICATION_SIGNALS_E2E_TEST_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-wheel-name }}
40
.github/workflows/release-lambda.yml
@@ -146,7 +146,7 @@ jobs:
146
- name: download layerARNs
147
uses: actions/download-artifact@v4
148
149
- name: ${{ env.LAYER_NAME }}-*
+ pattern: ${{ env.LAYER_NAME }}-*
150
path: ${{ env.LAYER_NAME }}
151
merge-multiple: true
152
- name: show layerARNs
0 commit comments