diff --git a/.github/workflows/php-cs-stan-unit.yml b/.github/workflows/php-cs-stan-unit.yml index f815a32..21f0406 100644 --- a/.github/workflows/php-cs-stan-unit.yml +++ b/.github/workflows/php-cs-stan-unit.yml @@ -185,7 +185,7 @@ jobs: env_vars: PHP_VERSION - name: 'Archive code coverage results' - uses: 'actions/upload-artifact@v6' + uses: 'actions/upload-artifact@v7' with: name: 'PHP-${{ matrix.php-version }}-strategy-job-index-${{ strategy.job-index }}-${{ github.sha }}' path: '${{ env.FILE_PREFIX }}-clover.xml' diff --git a/.github/workflows/php-unit.yml b/.github/workflows/php-unit.yml index 4150158..835c6a2 100644 --- a/.github/workflows/php-unit.yml +++ b/.github/workflows/php-unit.yml @@ -118,7 +118,7 @@ jobs: env_vars: PHP_VERSION - name: 'Archive code coverage results' - uses: 'actions/upload-artifact@v6' + uses: 'actions/upload-artifact@v7' with: name: 'BEDITA-${{ inputs.bedita_version }}-PHP-${{ matrix.php-version }}-strategy-job-index-${{ strategy.job-index }}-${{ github.sha }}' path: '${{ env.FILE_PREFIX }}-clover.xml'