From e5782f014f8b856234f3273512c3b62947b8391d Mon Sep 17 00:00:00 2001 From: Giacomo Antonioli Date: Mon, 4 Mar 2024 12:08:55 +0100 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 69c5c63..d6307d6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -90,9 +90,10 @@ jobs: pip install poetry poetry config virtualenvs.in-project true - - uses: actions/download-artifact@v4 - - name: Display structure of downloaded files - run: ls -R + - name: Download coverage data + uses: actions/download-artifact@v2.0.10 + with: + name: coverage-dataR - name: Create coverage report shell: bash