Commit 370afb1 1 parent 0e78953 commit 370afb1 Copy full SHA for 370afb1
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128
128
snapshot-ecr-role : ${{ secrets.JAVA_INSTRUMENTATION_SNAPSHOT_ECR }}
129
129
130
130
- name : Upload to GitHub Actions
131
- uses : actions/upload-artifact@v3
131
+ uses : actions/upload-artifact@v4
132
132
with :
133
133
name : aws-opentelemetry-agent.jar
134
134
path : otelagent/build/libs/aws-opentelemetry-agent-*.jar
Original file line number Diff line number Diff line change 81
81
snapshot-ecr-role : ${{ secrets.JAVA_INSTRUMENTATION_SNAPSHOT_ECR }}
82
82
83
83
- name : Upload to GitHub Actions
84
- uses : actions/upload-artifact@v3
84
+ uses : actions/upload-artifact@v4
85
85
with :
86
86
name : aws-opentelemetry-agent.jar
87
87
path : otelagent/build/libs/aws-opentelemetry-agent-*.jar
Original file line number Diff line number Diff line change 26
26
arguments : " :otelagent:dependencyCheckAnalyze"
27
27
- name : Upload report
28
28
if : ${{ always() }}
29
- uses : actions/upload-artifact@v3
29
+ uses : actions/upload-artifact@v4
30
30
with :
31
31
name : adot-dependencies
32
32
path : otelagent/build/reports
48
48
arguments : " :javaagent:dependencyCheckAnalyze"
49
49
- name : Upload report
50
50
if : ${{ always() }}
51
- uses : actions/upload-artifact@v3
51
+ uses : actions/upload-artifact@v4
52
52
with :
53
53
name : otel-dependencies
54
54
path : javaagent/build/reports
You can’t perform that action at this time.
0 commit comments