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 f9f5ec1 + 6b95aa0 commit 781bc60Copy full SHA for 781bc60
.github/workflows/tests.yml
@@ -104,7 +104,7 @@ jobs:
104
run: composer test:unit -- --coverage-clover coverage.xml
105
106
- name: Upload coverage file
107
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
108
with:
109
name: "phpunit-${{ matrix.php-version }}-${{ matrix.sf-version }}-${{ matrix.dependencies }}-coverage"
110
path: 'coverage.xml'
0 commit comments