@@ -75,50 +75,50 @@ jobs:
7575 path : ${{ github.workspace }}
7676
7777 - name : Upload agent binaries as artifacts
78- uses : actions/upload-artifact@v4
78+ uses : actions/upload-artifact@v5
7979 with :
8080 name : elastic-apm-agent
8181 path : |
8282 ./elastic-apm-agent/target/elastic-apm-agent-*.jar
8383 !./**/*-sources.jar
8484 - name : Upload agent java 8 binaries as artifacts
85- uses : actions/upload-artifact@v4
85+ uses : actions/upload-artifact@v5
8686 with :
8787 name : elastic-apm-agent-java8
8888 path : |
8989 ./elastic-apm-agent-java8/target/elastic-apm-agent-java8-*.jar
9090 !./**/*-sources.jar
9191 - name : Upload agent attach CLI artifacts
92- uses : actions/upload-artifact@v4
92+ uses : actions/upload-artifact@v5
9393 with :
9494 name : apm-agent-attach-cli
9595 path : |
9696 ./apm-agent-attach-cli/target/apm-agent-attach-cli-*.jar
9797 !./**/*-sources.jar
9898 !./**/*-tests.jar
9999 - name : Upload agent attach artifacts
100- uses : actions/upload-artifact@v4
100+ uses : actions/upload-artifact@v5
101101 with :
102102 name : apm-agent-attach
103103 path : |
104104 ./apm-agent-attach/target/apm-agent-attach-*.jar
105105 !./**/*-sources.jar
106106 - name : Upload agent API artifacts
107- uses : actions/upload-artifact@v4
107+ uses : actions/upload-artifact@v5
108108 with :
109109 name : apm-agent-api
110110 path : |
111111 ./apm-agent-api/target/apm-agent-api-*.jar
112112 !./**/*-sources.jar
113113 - name : Upload agent plugin SDK artifacts
114- uses : actions/upload-artifact@v4
114+ uses : actions/upload-artifact@v5
115115 with :
116116 name : apm-agent-plugin-sdk
117117 path : |
118118 ./apm-agent-plugin-sdk/target/apm-agent-plugin-sdk-*.jar
119119 !./**/*-sources.jar
120120 - name : Upload benchmark binaries as artifacts
121- uses : actions/upload-artifact@v4
121+ uses : actions/upload-artifact@v5
122122 with :
123123 name : apm-agent-benchmarks
124124 path : |
@@ -163,7 +163,7 @@ jobs:
163163 command : ./mvnw test -DargLine="-Delastic.apm.overwrite.config.docs=false"
164164 - name : Store test results
165165 if : success() || failure()
166- uses : actions/upload-artifact@v4
166+ uses : actions/upload-artifact@v5
167167 with :
168168 name : test-results-JUnit
169169 path : |
@@ -202,7 +202,7 @@ jobs:
202202 command : ./mvnw -q -P ci-non-application-server-integration-tests verify
203203 - name : Store test results
204204 if : success() || failure()
205- uses : actions/upload-artifact@v4
205+ uses : actions/upload-artifact@v5
206206 with :
207207 name : test-results-non-app-server-integration
208208 path : |
@@ -241,7 +241,7 @@ jobs:
241241 command : ./mvnw -q -P ci-application-server-integration-tests verify
242242 - name : Store test results
243243 if : success() || failure()
244- uses : actions/upload-artifact@v4
244+ uses : actions/upload-artifact@v5
245245 with :
246246 name : test-results-app-server-integration
247247 path : |
@@ -284,7 +284,7 @@ jobs:
284284 run : ./mvnw test
285285 - name : Store test results
286286 if : success() || failure()
287- uses : actions/upload-artifact@v4
287+ uses : actions/upload-artifact@v5
288288 with :
289289 name : test-results-windows
290290 path : |
@@ -324,7 +324,7 @@ jobs:
324324 run : ./mvnw test -Delastic.jdkCompatibilityTest=true -Dtest_java_binary=${{ env.TEST_JAVA_BINARY }}
325325 - name : Store test results
326326 if : success() || failure()
327- uses : actions/upload-artifact@v4
327+ uses : actions/upload-artifact@v5
328328 with :
329329 name : test-results-jdk-compatibility-${{ matrix.version }}-${{ matrix.distribution }}
330330 path : |
@@ -359,7 +359,7 @@ jobs:
359359 command : ./mvnw -q -P ci-jboss-integration-tests verify
360360 - name : Store test results
361361 if : success() || failure()
362- uses : actions/upload-artifact@v4
362+ uses : actions/upload-artifact@v5
363363 with :
364364 name : test-results-jboss-integration
365365 path : |
0 commit comments