diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 37abc0a..f52bde9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -92,7 +92,7 @@ jobs: - run: python -Im pip install --upgrade coverage[toml] - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: coverage-data