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.
1 parent 752afde commit 51efbecCopy full SHA for 51efbec
.github/workflows/tests.yml
@@ -91,7 +91,7 @@ jobs:
91
run: composer test:unit -- --coverage-clover coverage.xml
92
93
- name: Upload coverage file
94
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
95
with:
96
name: 'phpunit-${{ matrix.php-version }}-${{ matrix.sf-version }}-coverage'
97
path: 'coverage.xml'
0 commit comments