Skip to content
Open
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
10 changes: 5 additions & 5 deletions .github/workflows/evals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: bun run eval:coverage

- name: Upload eval artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
if: always()
with:
name: eval-artifacts
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
run: bun run eval --suite "$EVAL_SUITE" --provider "$EVAL_PROVIDER" --model "$EVAL_MODEL" --output "$RUN_PATH"

- name: Upload behavioral eval artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
if: always()
with:
name: behavioral-eval-run-${{ matrix.target.artifact_name }}-${{ matrix.suite.id }}
Expand Down Expand Up @@ -401,7 +401,7 @@ jobs:
git push origin HEAD:"${GITHUB_REF_NAME}"

- name: Upload merged behavioral artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
if: always()
with:
name: behavioral-eval-artifacts
Expand Down Expand Up @@ -466,7 +466,7 @@ jobs:
run: bun run eval --suite "$EVAL_SUITE" --provider "$EVAL_PROVIDER" --model "$EVAL_MODEL" --output "$RUN_PATH"

- name: Upload Tapestry execution eval artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
if: always()
with:
name: tapestry-execution-eval-run-${{ matrix.target.artifact_name }}
Expand Down Expand Up @@ -559,7 +559,7 @@ jobs:
git push origin HEAD:"${GITHUB_REF_NAME}"

- name: Upload merged Tapestry execution artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
if: always()
with:
name: tapestry-execution-eval-artifacts
Expand Down
Loading