From 0493e064c95cef1e5004f44918a66ce852ebc554 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 22:23:43 +0000 Subject: [PATCH] ci(deps): 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/ort.yml | 6 +++--- .github/workflows/php.yml | 10 +++++----- .github/workflows/publish-pecl.yml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ort.yml b/.github/workflows/ort.yml index a7e48ad1f..afdd456ce 100644 --- a/.github/workflows/ort.yml +++ b/.github/workflows/ort.yml @@ -307,7 +307,7 @@ jobs: - name: Upload the final package list continue-on-error: true - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: final-package-list-${{ steps.date.outputs.date }} path: | @@ -316,7 +316,7 @@ jobs: - name: Upload the skipped package list continue-on-error: true - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: skipped-package-list-${{ steps.date.outputs.date }} path: | @@ -325,7 +325,7 @@ jobs: - name: Upload the unknown/unapproved package list continue-on-error: true - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: unapproved-package-list-${{ steps.date.outputs.date }} path: | diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 88b2eab52..634d1a2d2 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -155,7 +155,7 @@ jobs: - name: Upload logs and reports if: always() continue-on-error: true - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: test-report-php-${{ matrix.php }}-${{ matrix.engine.type }}-${{ matrix.engine.version }}-${{ matrix.host.RUNNER }} path: | @@ -355,7 +355,7 @@ jobs: - name: Upload ASAN logs and reports if: always() continue-on-error: true - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: asan-test-report-php-${{ matrix.engine.type }}-${{ matrix.engine.version }} path: | @@ -805,7 +805,7 @@ jobs: - name: Upload Valgrind logs and reports if: always() continue-on-error: true - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: valgrind-test-report-php-${{ matrix.engine.type }}-${{ matrix.engine.version }} path: | @@ -1048,7 +1048,7 @@ jobs: - name: Upload test reports if: always() continue-on-error: true - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: test-reports-php-${{ matrix.php }}-${{ matrix.engine.type }}-${{ matrix.engine.version }}-${{ env.IMAGE }}-${{ matrix.host.ARCH }} path: | @@ -1112,7 +1112,7 @@ jobs: - name: Upload test reports if: always() continue-on-error: true - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: test-reports-modules path: | diff --git a/.github/workflows/publish-pecl.yml b/.github/workflows/publish-pecl.yml index e92602c78..910b911df 100644 --- a/.github/workflows/publish-pecl.yml +++ b/.github/workflows/publish-pecl.yml @@ -297,7 +297,7 @@ jobs: skip-package-creation: "true" - name: Upload package artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: valkey-glide-php-${{ steps.build-package.outputs.package-version }} path: |