From 5d7e3d7a69d490da29f4c1132eb9238032836ec8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 17:08:23 +0000 Subject: [PATCH] Build(deps): Bump actions/upload-artifact from 5.0.0 to 6.0.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7dbc114c..f044bcc5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -300,7 +300,7 @@ jobs: retention-days: 1 - name: Upload Test Configuration - uses: actions/upload-artifact@v5.0.0 + uses: actions/upload-artifact@v6.0.0 with: name: Temp ${{ matrix.platform }} ${{matrix.configuration}} Test Config path: "build/${{matrix.preset}}/**/CTestTestfile.cmake" @@ -355,7 +355,7 @@ jobs: retention-days: 1 - name: Upload Test Configuration - uses: actions/upload-artifact@v5.0.0 + uses: actions/upload-artifact@v6.0.0 with: name: Temp Isolate ${{ matrix.platform }} ${{matrix.configuration}} Test Config path: "build/${{matrix.preset}}/**/CTestTestfile.cmake"