Skip to content

Commit 4a0c88e

Browse files
committed
follow up fix deprecated artifacts
1 parent 984144d commit 4a0c88e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/application-signals-e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
role-to-assume: arn:aws:iam::637423224110:role/${{ secrets.STAGING_ARTIFACTS_ACCESS_ROLE_NAME }}
3535
aws-region: us-east-1
3636

37-
- uses: actions/download-artifact@v3
37+
- uses: actions/download-artifact@v4
3838
with:
3939
name: ${{ inputs.staging-instrumentation-name }}
4040

.github/workflows/release-lambda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
- name: download layerARNs
150150
uses: actions/download-artifact@v4
151151
with:
152-
name: ${{ env.LAYER_NAME }}-*
152+
pattern: ${{ env.LAYER_NAME }}-*
153153
path: ${{ env.LAYER_NAME }}
154154
merge-multiple: true
155155
- name: show layerARNs

0 commit comments

Comments
 (0)