From bab6dc7a913640bb5ae42e42371f307ecdc86faf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 17:12:18 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f1750a1..ae38ec0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -244,7 +244,7 @@ jobs: run: cd packages/livekit-rtc && pnpm build --target ${{ matrix.target }} - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 if: github.event_name != 'pull-request' with: name: bindings-${{ matrix.target }} @@ -274,7 +274,7 @@ jobs: run: pnpm --filter=livekit-server-sdk build - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: path: packages/livekit-rtc/artifacts