From f3f7f03fb75fc0a4a781a4102473e053c772b2cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 09:43:02 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact in the gh-actions group Bumps the gh-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index e204f11..d8cce19 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -79,7 +79,7 @@ jobs: env_vars: PHP_VERSION - name: 'Archive code coverage results' - uses: 'actions/upload-artifact@v4' + uses: 'actions/upload-artifact@v5' with: name: 'PHP-${{ matrix.php-version }}-strategy-job-index-${{ strategy.job-index }}' path: '${{ matrix.php-version }}-${{ strategy.job-index }}-clover.xml'