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
6 changes: 3 additions & 3 deletions .github/workflows/speed-comparison.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
dotnet-version: 10.0.x

- name: Download Build Artifacts
uses: actions/download-artifact@v6
uses: actions/download-artifact@v7
with:
name: test-builds-ubuntu
path: tools/speed-comparison/UnifiedTests/bin/
Expand Down Expand Up @@ -138,14 +138,14 @@ jobs:
token: ${{ secrets.ADMIN_TOKEN }}

- name: Download All Runtime Benchmark Artifacts
uses: actions/download-artifact@v6
uses: actions/download-artifact@v7
with:
path: benchmark-results/runtime/
pattern: ubuntu_markdown_run_time_*
merge-multiple: false

- name: Download Build Time Benchmark Artifacts
uses: actions/download-artifact@v6
uses: actions/download-artifact@v7
with:
path: benchmark-results/build/
pattern: ubuntu_markdown_build_time
Expand Down
Loading