@@ -26,6 +26,7 @@ concurrency:
2626 cancel-in-progress : true
2727
2828env :
29+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : true
2930 SW_AGENT_JDK_VERSION : 8
3031 MAVEN_OPTS : -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120
3132 SEGMENT_DOWNLOAD_TIMEOUT_MINS : 5 # Cache restore timeout
3738 runs-on : ubuntu-latest
3839 timeout-minutes : 10
3940 steps :
40- - uses : actions/checkout@v4
41+ - uses : actions/checkout@v6
4142 with :
4243 submodules : true
4344 persist-credentials : false
5051 runs-on : ubuntu-latest
5152 timeout-minutes : 10
5253 steps :
53- - uses : actions/checkout@v4
54+ - uses : actions/checkout@v6
5455 with :
5556 submodules : true
5657 persist-credentials : false
6667 runs-on : ubuntu-latest
6768 timeout-minutes : 30
6869 steps :
69- - uses : actions/checkout@v4
70+ - uses : actions/checkout@v6
7071 with :
7172 submodules : true
7273 persist-credentials : false
@@ -115,7 +116,7 @@ jobs:
115116 pom : ${{ steps.filter.outputs.pom }}
116117 ui : ${{ steps.filter.outputs.ui }}
117118 steps :
118- - uses : actions/checkout@v4 # required for push event
119+ - uses : actions/checkout@v6 # required for push event
119120 with :
120121 fetch-depth : 0
121122 submodules : true
@@ -166,7 +167,7 @@ jobs:
166167 runs-on : ubuntu-latest
167168 timeout-minutes : 30
168169 steps :
169- - uses : actions/checkout@v4
170+ - uses : actions/checkout@v6
170171 with :
171172 submodules : true
172173 persist-credentials : false
@@ -201,7 +202,7 @@ jobs:
201202 matrix :
202203 java-version : [11, 17, 25]
203204 steps :
204- - uses : actions/checkout@v4
205+ - uses : actions/checkout@v6
205206 with :
206207 submodules : true
207208 persist-credentials : false
@@ -248,7 +249,7 @@ jobs:
248249 - os : ubuntu-latest
249250 java-version : 25
250251 steps :
251- - uses : actions/checkout@v4
252+ - uses : actions/checkout@v6
252253 with :
253254 submodules : true
254255 persist-credentials : false
@@ -277,7 +278,7 @@ jobs:
277278 matrix :
278279 java-version : [11, 17, 21, 25]
279280 steps :
280- - uses : actions/checkout@v4
281+ - uses : actions/checkout@v6
281282 with :
282283 submodules : true
283284 persist-credentials : false
@@ -312,7 +313,7 @@ jobs:
312313 - name : ElasticSearch / OpenSearch
313314 class : org.apache.skywalking.library.elasticsearch.ElasticSearchIT
314315 steps :
315- - uses : actions/checkout@v4
316+ - uses : actions/checkout@v6
316317 with :
317318 submodules : true
318319 persist-credentials : false
@@ -713,7 +714,7 @@ jobs:
713714 - name : Pprof MySQL
714715 config : test/e2e-v2/cases/profiling/pprof/mysql/e2e.yaml
715716 steps :
716- - uses : actions/checkout@v4
717+ - uses : actions/checkout@v6
717718 with :
718719 submodules : true
719720 persist-credentials : false
@@ -771,6 +772,7 @@ jobs:
771772 with :
772773 name : test-logs-${{ matrix.test.name }}
773774 path : " ${{ env.SW_INFRA_E2E_LOG_DIR }}"
775+ overwrite : true
774776
775777 e2e-test-istio :
776778 if : |
@@ -805,7 +807,7 @@ jobs:
805807 kubernetes : 28
806808
807809 steps :
808- - uses : actions/checkout@v4
810+ - uses : actions/checkout@v6
809811 with :
810812 submodules : true
811813 persist-credentials : false
@@ -847,6 +849,7 @@ jobs:
847849 with :
848850 name : test-logs-${{ matrix.test.name }}
849851 path : " ${{ env.SW_INFRA_E2E_LOG_DIR }}"
852+ overwrite : true
850853
851854 e2e-test-istio-ambient :
852855 if : |
@@ -876,7 +879,7 @@ jobs:
876879 - istio : 1.29.0
877880 kubernetes : 28
878881 steps :
879- - uses : actions/checkout@v4
882+ - uses : actions/checkout@v6
880883 with :
881884 submodules : true
882885 persist-credentials : false
@@ -918,6 +921,7 @@ jobs:
918921 with :
919922 name : test-istio-ambient-logs-${{ matrix.versions.istio }}-${{ matrix.versions.kubernetes }}-${{ matrix.analyzer }}
920923 path : " ${{ env.SW_INFRA_E2E_LOG_DIR }}"
924+ overwrite : true
921925
922926 e2e-test-java-versions :
923927 if : |
@@ -932,7 +936,7 @@ jobs:
932936 matrix :
933937 java-version : [11, 17, 25]
934938 steps :
935- - uses : actions/checkout@v4
939+ - uses : actions/checkout@v6
936940 with :
937941 submodules : true
938942 persist-credentials : false
@@ -986,7 +990,7 @@ jobs:
986990 - name : BanyanDB Stages
987991 config : test/e2e-v2/cases/storage/banyandb/stages/e2e.yaml
988992 steps :
989- - uses : actions/checkout@v4
993+ - uses : actions/checkout@v6
990994 with :
991995 submodules : true
992996 persist-credentials : false
@@ -1073,6 +1077,7 @@ jobs:
10731077 with :
10741078 name : test-logs-${{ matrix.test.name }}
10751079 path : " ${{ env.SW_INFRA_E2E_LOG_DIR }}"
1080+ overwrite : true
10761081
10771082 required :
10781083 if : always()
0 commit comments