diff --git a/.github/workflows/rust-release-windows.yml b/.github/workflows/rust-release-windows.yml index 85556bc8c9..652763eec3 100644 --- a/.github/workflows/rust-release-windows.yml +++ b/.github/workflows/rust-release-windows.yml @@ -150,13 +150,13 @@ jobs: - uses: actions/checkout@v6 - name: Download prebuilt Windows primary binaries - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: windows-binaries-${{ matrix.target }}-primary path: codex-rs/target/${{ matrix.target }}/release - name: Download prebuilt Windows helper binaries - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: windows-binaries-${{ matrix.target }}-helpers path: codex-rs/target/${{ matrix.target }}/release diff --git a/.github/workflows/rust-release.yml b/.github/workflows/rust-release.yml index b88c1f2641..e44bd6be4f 100644 --- a/.github/workflows/rust-release.yml +++ b/.github/workflows/rust-release.yml @@ -420,7 +420,7 @@ jobs: echo "path=${notes_path}" >> "${GITHUB_OUTPUT}" - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: path: dist diff --git a/.github/workflows/shell-tool-mcp.yml b/.github/workflows/shell-tool-mcp.yml index 76658c61bd..fc708bf00e 100644 --- a/.github/workflows/shell-tool-mcp.yml +++ b/.github/workflows/shell-tool-mcp.yml @@ -441,7 +441,7 @@ jobs: run: pnpm --filter @openai/codex-shell-tool-mcp run build - name: Download build artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: artifacts @@ -529,7 +529,7 @@ jobs: run: npm install -g npm@latest - name: Download npm tarball - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: codex-shell-tool-mcp-npm path: dist/npm