diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 23e06f2..57867a5 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@v5 + uses: actions/download-artifact@v6 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@v5 + uses: actions/download-artifact@v6 with: name: bindings-${{ matrix.target }} path: . diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de7632c..157478a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -189,7 +189,7 @@ jobs: - name: Create npm dirs run: yarn napi create-npm-dirs - name: Download all artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: path: artifacts - name: Move artifacts