From cc37e6337684a779bcb05aabafd0f9fc19bd52fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 19:01:30 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/main-php-matrix-windows.yml | 2 +- .github/workflows/main-php-matrix.yml | 2 +- .github/workflows/php-snapshot.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main-php-matrix-windows.yml b/.github/workflows/main-php-matrix-windows.yml index cfed933..9db7558 100644 --- a/.github/workflows/main-php-matrix-windows.yml +++ b/.github/workflows/main-php-matrix-windows.yml @@ -242,7 +242,7 @@ jobs: - name: Upload test results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: test-results-${{ inputs.php }}-opcache-${{ matrix.opcache }}-${{ inputs.runs-on }} path: | diff --git a/.github/workflows/main-php-matrix.yml b/.github/workflows/main-php-matrix.yml index 2caa25e..6feeb74 100644 --- a/.github/workflows/main-php-matrix.yml +++ b/.github/workflows/main-php-matrix.yml @@ -152,7 +152,7 @@ jobs: - name: Upload test results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: test-results-${{ inputs.php }}-valgrind-${{ matrix.valgrind-tool }}-opcache-${{ matrix.opcache }} path: | diff --git a/.github/workflows/php-snapshot.yml b/.github/workflows/php-snapshot.yml index e56de09..6da88b3 100644 --- a/.github/workflows/php-snapshot.yml +++ b/.github/workflows/php-snapshot.yml @@ -129,7 +129,7 @@ jobs: - name: Upload test results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: test-results-master-valgrind-${{ matrix.valgrind-tool }}-opcache-${{ matrix.opcache }} path: |