-
Notifications
You must be signed in to change notification settings - Fork 624
Description
Bug Report
Description
All GitHub Actions workflows using warpdotdev/oz-agent-action@main are failing with HTTP 404 error when trying to download Oz CLI binary version v0.2026.02.25.08.24.stable_01.
Error Message
Latest version on stable is v0.2026.02.25.08.24.stable_01
##[error]Unexpected HTTP response: 404
Timeline
- Feb 26, 2026 19:24 UTC: Last successful agent run ✅
- Feb 27, 2026 03:40 UTC: First failure detected ❌
- Feb 27, 2026 10:25 UTC: Issue still persisting ❌
Impact
All GitHub Actions workflows using oz-agent-action are completely broken across all repositories.
Affected Workflows
- AWS Critic Agent
- Monitor Agent
- CVE Hunter Agent
- All other agents using
warpdotdev/oz-agent-action
Reproduction
- Create any GitHub Actions workflow using
warpdotdev/oz-agent-action@main - Run the workflow
- Observe failure during "Installing Oz" step
Example Workflow YAML
name: Test Agent
on: workflow_dispatch
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: warpdotdev/oz-agent-action@main
with:
warp_api_key: ${{ secrets.WARP_API_KEY }}
prompt: "Test prompt"Expected Behavior
The action should successfully download and install the Oz CLI binary.
Actual Behavior
The action fails with HTTP 404 when attempting to download the Oz binary.
Environment
- Runner: ubuntu-latest (ubuntu-24.04)
- Action version: warpdotdev/oz-agent-action@main
- Oz version requested: v0.2026.02.25.08.24.stable_01 (latest on stable channel)
Additional Context
This appears to be a CDN/infrastructure issue on Warp's side. The Oz binary for version v0.2026.02.25.08.24.stable_01 is not available at the expected download location.
Requested Fix
Please ensure the Oz CLI binary for version v0.2026.02.25.08.24.stable_01 is properly uploaded and accessible via the CDN that oz-agent-action uses.
Workaround
None available - all GitHub Actions workflows are blocked until the CDN issue is resolved.