From 8ab47c1e25c3b87be7dd45659138b797fa9dfa6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:21:07 +0000 Subject: [PATCH] chore: bump up 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 d30ab8f..9b43a72 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -106,7 +106,7 @@ jobs: run: ${{ matrix.settings.build }} shell: bash - name: Upload artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: bindings-${{ matrix.settings.target }} path: | @@ -145,7 +145,7 @@ jobs: - name: Install dependencies run: yarn install - name: Download artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: bindings-${{ matrix.settings.target }} path: . @@ -199,7 +199,7 @@ jobs: yarn config set --json supportedArchitectures.libc '["current", "musl", "gnu"]' yarn install - name: Download artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: bindings-${{ matrix.target }} path: . @@ -241,7 +241,7 @@ jobs: - name: create npm dirs run: yarn napi create-npm-dirs - name: Download all artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: artifacts - name: Move artifacts