Skip to content

Commit 7bf5aa1

Browse files
committed
use different artifact name based on matrix
1 parent e40aa82 commit 7bf5aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
if: ${{ !cancelled() }}
8989
id: artifact-upload-step
9090
with:
91-
name: playwright-report-${{ env.VERSION_SUFFIX }}
91+
name: playwright-report-php_${{ matrix.php_version }}-wp_${{ env.WP_VERSION }}-${{ env.VERSION_SUFFIX }}
9292
path: playwright-report/
9393
overwrite: true
9494
retention-days: 30

0 commit comments

Comments
 (0)