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 7969053 commit e87210eCopy full SHA for e87210e
.github/workflows/test.yml
@@ -69,7 +69,7 @@ jobs:
69
env:
70
COVERAGE: ${{ matrix.coverage == 'xdebug' && '--coverage-clover coverage-e2e.xml' || '' }}
71
72
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
73
if: ${{ matrix.coverage == 'xdebug' }}
74
with:
75
name: coverage
0 commit comments