From da54f22c19e4d6e43c244194ae28b7d6b67bb424 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 08:13:56 +0000 Subject: [PATCH] Bump actions/upload-artifact from 5 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 907f48b..f229723 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: - run: composer pest:unit -- --coverage-clover coverage-unit.xml --ci - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: coverage path: coverage-unit.xml @@ -77,7 +77,7 @@ jobs: - run: box compile - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: phar path: phar/php-matrix @@ -147,7 +147,7 @@ jobs: - run: mkdir -p out - run: spc micro:combine phar/php-matrix --output out/php-matrix - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: php-matrix_${{ matrix.variant }} path: out/php-matrix @@ -196,7 +196,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Merge binary artifacts - uses: actions/upload-artifact/merge@v5 + uses: actions/upload-artifact/merge@v6 with: name: binaries pattern: php-matrix_*