Skip to content

Commit a645c60

Browse files
committed
bump up the upload artifact action to v4
1 parent 3645a8a commit a645c60

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/main-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
snapshot-ecr-role: ${{ secrets.JAVA_INSTRUMENTATION_SNAPSHOT_ECR }}
129129

130130
- name: Upload to GitHub Actions
131-
uses: actions/upload-artifact@v3
131+
uses: actions/upload-artifact@v4
132132
with:
133133
name: aws-opentelemetry-agent.jar
134134
path: otelagent/build/libs/aws-opentelemetry-agent-*.jar

.github/workflows/nightly-upstream-snapshot-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
snapshot-ecr-role: ${{ secrets.JAVA_INSTRUMENTATION_SNAPSHOT_ECR }}
9696

9797
- name: Upload to GitHub Actions
98-
uses: actions/upload-artifact@v3
98+
uses: actions/upload-artifact@v4
9999
with:
100100
name: aws-opentelemetry-agent.jar
101101
path: otelagent/build/libs/aws-opentelemetry-agent-*.jar

.github/workflows/release-lambda.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
./build-layer.sh
5353
5454
- name: Upload layer
55-
uses: actions/upload-artifact@v3
55+
uses: actions/upload-artifact@v4
5656
with:
5757
name: aws-opentelemetry-java-layer.zip
5858
path: lambda-layer/build/distributions/aws-opentelemetry-java-layer.zip
@@ -138,7 +138,7 @@ jobs:
138138
139139
- name: upload layer arn artifact
140140
if: ${{ success() }}
141-
uses: actions/upload-artifact@v3
141+
uses: actions/upload-artifact@v4
142142
with:
143143
name: ${{ env.LAYER_NAME }}
144144
path: ${{ env.LAYER_NAME }}/${{ matrix.aws_region }}
@@ -201,7 +201,7 @@ jobs:
201201
cat layer.tf
202202
203203
- name: upload layer tf file
204-
uses: actions/upload-artifact@v3
204+
uses: actions/upload-artifact@v4
205205
with:
206206
name: layer.tf
207207
path: layer.tf

0 commit comments

Comments
 (0)