File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ jobs:
225225 if : success() || failure()
226226 uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
227227 with :
228- name : ${{ matrix.container.image }}-integration-test-status
228+ name : integration-test-status- ${{ matrix.container.image }}-${{ matrix.container.version }}
229229 path : int-test-result.json
230230 retention-days : 1
231231
@@ -288,7 +288,7 @@ jobs:
288288 if : success() || failure()
289289 uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
290290 with :
291- name : ${{ matrix.container.image }}-oss-integration-test-status
291+ name : oss-integration-test-status- ${{ matrix.container.image }}-${{ matrix.container.version }}
292292 path : oss-logs-result.json
293293 retention-days : 1
294294
@@ -368,7 +368,7 @@ jobs:
368368 if : success() || failure()
369369 uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
370370 with :
371- name : ${{ matrix.container.image }}-plus-integration-test-status
371+ name : plus-integration-test-status- ${{ matrix.container.image }}-${{ matrix.container.version }}-${{ matrix.container.plus }}
372372 path : plus-logs-result.json
373373 retention-days : 1
374374
You can’t perform that action at this time.
0 commit comments