Skip to content

Commit

Permalink
ci: Make artifact names unique
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Nov 18, 2024
1 parent aa2ba09 commit cea7785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: matrix.container == 'php81' || matrix.container == 'php82' || matrix.container == 'php83'
with:
name: playwright-report
name: playwright-report-${{ matrix.container }}
path: tests/playwright-report/
retention-days: 30
- name: Push container image
Expand Down

0 comments on commit cea7785

Please sign in to comment.