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 4976f21 commit fd143e6Copy full SHA for fd143e6
.github/workflows/reusable-CI-workflow.yml
@@ -167,7 +167,7 @@ jobs:
167
168
- name: Upload coverage reports
169
if: ${{ env.COVERAGE_TYPE == 'xdebug' }}
170
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
171
with:
172
name: coverage-groups-php${{ steps.setup-php.outputs.php-version }}-sf${{ matrix.symfony-version }}
173
path: build/coverage-groups
0 commit comments