|
93 | 93 | uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 |
94 | 94 | with: |
95 | 95 | name: result-component-test-logs |
96 | | - path: /tmp/component-test-logs.log |
| 96 | + path: .github/artifacts/ |
97 | 97 | retention-days: 3 |
98 | 98 |
|
99 | 99 | build-unsigned-snapshot: |
@@ -199,7 +199,7 @@ jobs: |
199 | 199 | uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 |
200 | 200 | with: |
201 | 201 | name: result-integration-test-logs-${{ matrix.container.image }}-${{ matrix.container.version }} |
202 | | - path: /tmp/integration-test-logs.log |
| 202 | + path: .github/artifacts/ |
203 | 203 | retention-days: 3 |
204 | 204 |
|
205 | 205 | official-oss-image-integration-tests: |
@@ -260,7 +260,7 @@ jobs: |
260 | 260 | uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 |
261 | 261 | with: |
262 | 262 | name: result-oss-integration-tests-logs |
263 | | - path: /tmp/oss-integration-tests-logs.log |
| 263 | + path: .github/artifacts/ |
264 | 264 | retention-days: 3 |
265 | 265 |
|
266 | 266 | official-plus-image-integration-tests: |
@@ -328,7 +328,7 @@ jobs: |
328 | 328 | uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 |
329 | 329 | with: |
330 | 330 | 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/ |
332 | 332 | retention-days: 3 |
333 | 333 |
|
334 | 334 | - name: Upload plus integration test logs |
@@ -366,7 +366,7 @@ jobs: |
366 | 366 | uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 |
367 | 367 | with: |
368 | 368 | name: result-performance-test-logs |
369 | | - path: /tmp/performance-test-logs.log |
| 369 | + path: .github/artifacts/ |
370 | 370 | retention-days: 3 |
371 | 371 |
|
372 | 372 | build-signed-snapshot: |
|
0 commit comments