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 6c97a5e commit f0dac50Copy full SHA for f0dac50
.github/workflows/reusable-CI-workflow.yml
@@ -162,7 +162,7 @@ jobs:
162
163
- name: Upload coverage reports
164
if: ${{ env.COVERAGE_TYPE == 'xdebug' }}
165
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
166
with:
167
name: coverage-groups-php${{ steps.setup-php.outputs.php-version }}-sf${{ matrix.symfony-version }}
168
path: build/coverage-groups
0 commit comments