Skip to content

Commit 7485c31

Browse files
committed
bump up the download artifact action to v4
1 parent a645c60 commit 7485c31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
role-to-assume: arn:aws:iam::${{ secrets.APPLICATION_SIGNALS_E2E_TEST_ACCOUNT_ID }}:role/${{ secrets.APPLICATION_SIGNALS_E2E_TEST_ROLE_NAME }}
3232
aws-region: us-east-1
3333

34-
- uses: actions/download-artifact@v3
34+
- uses: actions/download-artifact@v4
3535
with:
3636
name: aws-opentelemetry-agent.jar
3737

.github/workflows/release-lambda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
echo BUCKET_NAME=java-lambda-layer-${{ github.run_id }}-${{ matrix.aws_region }} | tee --append $GITHUB_ENV
9898
9999
- name: download layer.zip
100-
uses: actions/download-artifact@v3
100+
uses: actions/download-artifact@v4
101101
with:
102102
name: aws-opentelemetry-java-layer.zip
103103

@@ -158,7 +158,7 @@ jobs:
158158
- uses: hashicorp/setup-terraform@v2
159159

160160
- name: download layerARNs
161-
uses: actions/download-artifact@v3
161+
uses: actions/download-artifact@v4
162162
with:
163163
name: ${{ env.LAYER_NAME }}
164164
path: ${{ env.LAYER_NAME }}

0 commit comments

Comments
 (0)