From 09abd198e38b61a491ec8c64c3896270dfb129f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 15:09:22 +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 38d4739..0485780 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,7 +112,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: | @@ -146,7 +146,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: . @@ -190,7 +190,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: . @@ -262,7 +262,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