diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5864eae..c6ad2ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: - run: python -m pip install --upgrade coverage[toml] - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: coverage-data