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