diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6c2d9f1..da7dd7a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -187,7 +187,7 @@ jobs: - name: Install dependencies run: yarn install - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: bindings-${{ matrix.settings.target }} path: . @@ -250,7 +250,7 @@ jobs: yarn config set --json supportedArchitectures.libc '["current", "musl", "gnu"]' yarn install - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: bindings-${{ matrix.target }} path: . diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ca4c458..76d4842 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -197,7 +197,7 @@ jobs: - name: Create npm dirs run: yarn napi create-npm-dirs - name: Download all artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: artifacts - name: Move artifacts