Skip to content

Commit

Permalink
Refer to the corresponding version tag (#1019)
Browse files Browse the repository at this point in the history
  • Loading branch information
marbre authored Mar 3, 2025
1 parent 868afc3 commit a692e4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-sglang-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,14 +213,14 @@ jobs:
run: pip install pytest-html-merger

- name: Download shortfin report
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
with:
name: shortfin_benchmark
path: reports
continue-on-error: true

- name: Download sglang report
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
with:
name: sglang_benchmark
path: reports
Expand Down

0 comments on commit a692e4b

Please sign in to comment.