diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d12da7a4..57c8beca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,7 +113,7 @@ jobs: cache-dependency-path: packages/mcp-server/package-lock.json - name: Download bindings artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: bindings-linux-x64 path: packages/bindings diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9cd23eb2..3f72514d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -131,7 +131,7 @@ jobs: # Download every platform artifact into packages/bindings/ - name: Download all binding artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: path: packages/bindings/ pattern: bindings-* @@ -273,7 +273,7 @@ jobs: cat /tmp/release-notes.md >> /tmp/release-body.md - name: Download all binding artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: path: artifacts/ pattern: bindings-*