chore(bidi): disambiguate report.csv artifact name (#34110)
This commit is contained in:
parent
a8dfdc8ac5
commit
3bc72eb841
2
.github/workflows/tests_bidi.yml
vendored
2
.github/workflows/tests_bidi.yml
vendored
|
|
@ -48,6 +48,6 @@ jobs:
|
||||||
if: ${{ !cancelled() }}
|
if: ${{ !cancelled() }}
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: csv-report
|
name: csv-report-${{ matrix.channel }}
|
||||||
path: test-results/report.csv
|
path: test-results/report.csv
|
||||||
retention-days: 7
|
retention-days: 7
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue