diff --git a/.github/workflows/reusable-CI-workflow.yml b/.github/workflows/reusable-CI-workflow.yml index 8bef9cd..0abcd29 100644 --- a/.github/workflows/reusable-CI-workflow.yml +++ b/.github/workflows/reusable-CI-workflow.yml @@ -87,7 +87,7 @@ jobs: 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"' || '' }} steps: - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Enable coverage only for specific version(s) ! # Usually highest version(s), plus additional ones in case of code used only with specific versions @@ -165,7 +165,7 @@ jobs: - name: Upload coverage reports if: ${{ env.COVERAGE_TYPE == 'xdebug' }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: coverage-groups-php${{ steps.setup-php.outputs.php-version }}-sf${{ matrix.symfony-version }} path: build/coverage-groups @@ -181,7 +181,7 @@ jobs: PHP_VERSION: ${{ needs.fetch-supported-versions.outputs.php-max }} SYMFONY_VERSION: ${{ needs.fetch-supported-versions.outputs.symfony-max }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup PHP ${{ env.PHP_VERSION }} id: setup-php @@ -264,7 +264,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup PHP ${{ matrix.php-version }} id: setup-php