Skip to content

Commit

Permalink
Fix continuous benchmarking:
Browse files Browse the repository at this point in the history
 * Bump touchstone download artifact version to match [lorenzwalthert's version](https://github.com/lorenzwalthert/touchstone/blob/main/actions/receive/action.yaml#L139)
  • Loading branch information
giovannic committed Oct 3, 2024
1 parent d5b5210 commit acc8499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/touchstone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Download benchmarking results
if: needs.build.result == 'success'
# Version number must match the one used by touchstone when uploading
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: pr

Expand Down

0 comments on commit acc8499

Please sign in to comment.