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
4 changes: 2 additions & 2 deletions .github/workflows/performance_score_director.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,12 +275,12 @@ jobs:
chmod +x run-scoredirector.sh

- name: Download the baseline binary
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: ${{ matrix.example }}-baseline
path: ./timefold-solver-benchmarks
- name: Download the SUT binary
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: ${{ matrix.example }}-sut
path: ./timefold-solver-benchmarks
Expand Down
Loading