Skip to content

Commit

Permalink
Avoid collisions between artifacts name
Browse files Browse the repository at this point in the history
Including the dependencies install type and the stability should achieve
the goal.
  • Loading branch information
greg0ire committed May 5, 2024
1 parent bc5f73d commit b177868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: "Upload coverage file"
uses: "actions/upload-artifact@v4"
with:
name: "phpunit-${{ matrix.php-version }}.coverage"
name: "phpunit-${{ matrix.php-version }}-${{ matrix.dependencies }}-${{ matrix.stability }}.coverage"
path: "coverage.xml"

upload_coverage:
Expand Down

0 comments on commit b177868

Please sign in to comment.