Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
run: cargo build --locked --bin opencompany

- name: Upload the host binary
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: opencompany-debug-binary
path: target/debug/opencompany
Expand Down Expand Up @@ -398,7 +398,7 @@ jobs:
run: cargo build --locked --features openhuman,tinycortex,mcp --bin opencompany

- name: Upload the gated host binary
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: opencompany-gated-binary
path: target/debug/opencompany
Expand Down Expand Up @@ -582,7 +582,7 @@ jobs:
# this is what makes them reachable from the run summary.
- name: Upload failure artifacts
if: failure()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: playwright-failures
path: frontend/test-results/
Expand Down Expand Up @@ -670,7 +670,7 @@ jobs:

- name: Upload failure artifacts
if: failure()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: playwright-live-brain-failures
path: frontend/test-results/
Expand Down
Loading