From 1fead8bc1f729e97b5606da404de6a3051c84bc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 18:44:46 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7728919..61ee7ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,7 +103,7 @@ jobs: if: ${{ !matrix.settings.docker }} shell: bash - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: bindings-${{ matrix.settings.target }} path: | @@ -137,7 +137,7 @@ jobs: cache: pnpm architecture: x64 - run: pnpm install - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v7 with: name: bindings-${{ matrix.settings.target }} path: . @@ -181,7 +181,7 @@ jobs: cache: pnpm - name: Install dependencies run: pnpm install - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v7 with: name: bindings-${{ matrix.settings.target }} path: . @@ -254,7 +254,7 @@ jobs: - name: Install dependencies run: pnpm install - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: path: artifacts - name: Move artifacts