From f130e260dc38641de6065832a105fac785ee6ebb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 21:02:49 +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/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 671326f83c1e5..4cf245f31ff02 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -81,7 +81,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@v5 + 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 7cc7ed6f379a0..5ebfe79cca640 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -170,7 +170,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@v5 + 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 781a433bfbc91..908ea569f5ed1 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -173,7 +173,7 @@ jobs: in: ${{ env.PHPUNIT_LOG }} - name: Provide dolibarr and phpunit logs as artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: ${{ ! cancelled() }} with: name: win-ci-logs