From 1ce62194feac0321bdb6d91a1f87324fe44beb3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 16:01:14 +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/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index e6af5d2..955042f 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -50,7 +50,7 @@ jobs: run: cmake --build ./build --config ${{ matrix.config }} -j3 - name: Install run: cmake --install ./build - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v6 with: name: spirv2clc-${{ matrix.os }}-${{ matrix.config }} path: ${{ github.workspace }}/build/install