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