diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1ff8ae1..55b235b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -127,7 +127,7 @@ jobs: run: pip install -I -r requirements.txt -r requirements-test.txt - name: Download all coverage reports - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: reports