Skip to content

Commit cb700bc

Browse files
Merge ecbf27d into 3ce678e
2 parents 3ce678e + ecbf27d commit cb700bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/reusable-CI-workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
pkg-extra-constraints: --with 'behat/gherkin:~4.12.0' ${{ ( needs.fetch-supported-versions.outputs.symfony-min == '5.4' && needs.fetch-supported-versions.outputs.php-max == '8.4' ) && '--with "symfony/yaml:~6.4.0"' || '' }}
8888
steps:
8989
- name: Check out code
90-
uses: actions/checkout@v5
90+
uses: actions/checkout@v6
9191

9292
# Enable coverage only for specific version(s) !
9393
# Usually highest version(s), plus additional ones in case of code used only with specific versions
@@ -165,7 +165,7 @@ jobs:
165165

166166
- name: Upload coverage reports
167167
if: ${{ env.COVERAGE_TYPE == 'xdebug' }}
168-
uses: actions/upload-artifact@v4
168+
uses: actions/upload-artifact@v5
169169
with:
170170
name: coverage-groups-php${{ steps.setup-php.outputs.php-version }}-sf${{ matrix.symfony-version }}
171171
path: build/coverage-groups
@@ -181,7 +181,7 @@ jobs:
181181
PHP_VERSION: ${{ needs.fetch-supported-versions.outputs.php-max }}
182182
SYMFONY_VERSION: ${{ needs.fetch-supported-versions.outputs.symfony-max }}
183183
steps:
184-
- uses: actions/checkout@v5
184+
- uses: actions/checkout@v6
185185

186186
- name: Setup PHP ${{ env.PHP_VERSION }}
187187
id: setup-php
@@ -265,7 +265,7 @@ jobs:
265265

266266
steps:
267267
- name: Check out code
268-
uses: actions/checkout@v5
268+
uses: actions/checkout@v6
269269

270270
- name: Setup PHP ${{ matrix.php-version }}
271271
id: setup-php

0 commit comments

Comments
 (0)