diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38d4739..472bdbd 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@v5 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@v6 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@v6 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@v6 with: path: artifacts - name: Move artifacts