From bae4be5e1216e98518a513c2143eb1b845660f4f Mon Sep 17 00:00:00 2001 From: Giovanni Charles Date: Thu, 3 Oct 2024 10:28:53 +0100 Subject: [PATCH] Fix continuous benchmarking: * Bump touchstone download artifact version to match [lorenzwalthert's version](https://github.com/lorenzwalthert/touchstone/blob/main/actions/receive/action.yaml#L139) --- .github/workflows/touchstone.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/touchstone.yaml b/.github/workflows/touchstone.yaml index ff1124ad..f1aba56e 100644 --- a/.github/workflows/touchstone.yaml +++ b/.github/workflows/touchstone.yaml @@ -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