We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cd4162 + b177868 commit bf6c619Copy full SHA for bf6c619
.github/workflows/continuous-integration.yml
@@ -70,9 +70,9 @@ jobs:
70
run: "vendor/bin/phpunit --coverage-clover=coverage.xml"
71
72
- name: "Upload coverage file"
73
- uses: "actions/upload-artifact@v3"
+ uses: "actions/upload-artifact@v4"
74
with:
75
- name: "phpunit-${{ matrix.php-version }}.coverage"
+ name: "phpunit-${{ matrix.php-version }}-${{ matrix.dependencies }}-${{ matrix.stability }}.coverage"
76
path: "coverage.xml"
77
78
upload_coverage:
0 commit comments