Skip to content

Commit 3f06188

Browse files
committed
update artifact name to be unique
1 parent ef743a9 commit 3f06188

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- uses: actions/upload-artifact@v4
7373
if: always()
7474
with:
75-
name: playwright-report-python-${{ matrix.runs-on }}
75+
name: playwright-report-python-${{ matrix.os }}-${{ matrix.frameworks }}-${{ matrix.datasources }}
7676
path: ./playwright-report/
7777
overwrite: true
7878
retention-days: 30
@@ -140,7 +140,7 @@ jobs:
140140
- uses: actions/upload-artifact@v4
141141
if: always()
142142
with:
143-
name: playwright-report-typescript-${{ matrix.runs-on }}
143+
name: playwright-report-typescript-${{ matrix.os }}-${{ matrix.frameworks }}-${{ matrix.datasources }}-node${{ matrix.node-version }}
144144
path: ./playwright-report/
145145
overwrite: true
146146
retention-days: 30

0 commit comments

Comments
 (0)