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 e4d823c commit d0afc93Copy full SHA for d0afc93
.github/workflows/reusable-CI-workflow.yml
@@ -120,7 +120,7 @@ jobs:
120
121
- name: Upload coverage reports
122
if: ${{ env.COVERAGE_TYPE == 'xdebug' }}
123
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
124
with:
125
name: coverage-groups-php${{ steps.setup-php.outputs.php-version }}
126
path: build/coverage-groups
0 commit comments