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
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,21 +326,21 @@ jobs:
- name: Download default benchmark results
if: always()
continue-on-error: true
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: benchmark-results-default
path: results-default
- name: Download Distributed benchmark results
if: always()
continue-on-error: true
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: benchmark-results-distributed
path: results-distributed
- name: Download MPI benchmark results
if: always()
continue-on-error: true
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: benchmark-results-mpi
path: results-mpi
Expand Down
Loading