Skip to content

Commit 112b972

Browse files
committed
update paths
1 parent 5d8c016 commit 112b972

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
9494
with:
9595
name: result-component-test-logs
96-
path: /tmp/component-test-logs.log
96+
path: .github/artifacts/
9797
retention-days: 3
9898

9999
build-unsigned-snapshot:
@@ -199,7 +199,7 @@ jobs:
199199
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
200200
with:
201201
name: result-integration-test-logs-${{ matrix.container.image }}-${{ matrix.container.version }}
202-
path: /tmp/integration-test-logs.log
202+
path: .github/artifacts/
203203
retention-days: 3
204204

205205
official-oss-image-integration-tests:
@@ -260,7 +260,7 @@ jobs:
260260
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
261261
with:
262262
name: result-oss-integration-tests-logs
263-
path: /tmp/oss-integration-tests-logs.log
263+
path: .github/artifacts/
264264
retention-days: 3
265265

266266
official-plus-image-integration-tests:
@@ -328,7 +328,7 @@ jobs:
328328
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
329329
with:
330330
name: official-plus-integration-test-logs-${{ matrix.container.image }}-${{ matrix.container.version }}-${{ matrix.container.plus }}
331-
path: /tmp/integration-test-logs/
331+
path: .github/artifacts/
332332
retention-days: 3
333333

334334
- name: Upload plus integration test logs
@@ -366,7 +366,7 @@ jobs:
366366
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
367367
with:
368368
name: result-performance-test-logs
369-
path: /tmp/performance-test-logs.log
369+
path: .github/artifacts/
370370
retention-days: 3
371371

372372
build-signed-snapshot:

0 commit comments

Comments
 (0)