diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 77c3231..ee9d53d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -114,7 +114,7 @@ jobs: run: pip install -I -r requirements.txt -r requirements-test.txt - name: Download all coverage reports - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: reports