From 31da89eaa6266f35b28546b4abe257657892c6ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 21:02:59 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...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/phpstan.yml | 2 +- .github/workflows/pre-commit.yml | 2 +- .github/workflows/windows-ci.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index 9e473c103605c..241bf3ee2f7fb 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -79,7 +79,7 @@ jobs: key: phpstan-cache-${{ matrix.php-version }}-${{ env.CACHE_KEY_PART }}-${{ github.run_id }} - name: Provide phpstan log as artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 if: ${{ always() }} with: name: phpstan-srcrt diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index ee546f3f7f275..99b4c05cd137a 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -164,7 +164,7 @@ jobs: key: pre-commit-4|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }} # Upload result log files of precommit into the Artifact shared store - name: Provide log as artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 if: ${{ ! cancelled() }} with: name: precommit-logs diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index 4f81ee5cc4c15..a89849ee09de5 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -171,7 +171,7 @@ jobs: in: ${{ env.PHPUNIT_LOG }} - name: Provide dolibarr and phpunit logs as artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 if: ${{ ! cancelled() }} with: name: win-ci-logs