diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76eae06..562847a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: with: python-version: '3.12' - name: Download coverage files - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: coverage - run: python -m pip install 'tox<4'