From bf3856751236a59d83b216a3eb4399e19879f99e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 14:32:54 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/build-cpp-runtime-bindings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-cpp-runtime-bindings.yml b/.github/workflows/build-cpp-runtime-bindings.yml index 97377c29..81ba47ec 100644 --- a/.github/workflows/build-cpp-runtime-bindings.yml +++ b/.github/workflows/build-cpp-runtime-bindings.yml @@ -61,7 +61,7 @@ jobs: /bin/bash -c "chmod +x docker/x86_64/build-cpp-runtime-bindings.sh && ./docker/x86_64/build-cpp-runtime-bindings.sh" - name: Upload cpp runtime bindings artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: svs-cpp-runtime-bindings${{ matrix.suffix }} path: svs-cpp-runtime-bindings${{ matrix.suffix }}.tar.gz @@ -98,7 +98,7 @@ jobs: # Need to download for a new job - name: Download shared libraries - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: svs-cpp-runtime-bindings${{ matrix.suffix }} path: runtime_lib