From 8664f0a64cb749cb22bba91457f4c96ea480e40c Mon Sep 17 00:00:00 2001 From: Valentin Boutrouche Date: Thu, 12 Sep 2024 14:06:33 -0400 Subject: [PATCH] Update github artifact download to v4 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 249d437..768c7ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,6 +46,7 @@ jobs: with: name: TestResults path: ./SoftwareTests/TestResults_${{ matrix.MATLABVersion }}.txt + overwrite: true badge: if: ${{ always() }}