diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index d00b7885f..86a42e558 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -323,7 +323,7 @@ jobs: echo "Failed to restore Python virtual environment from cache" exit 1 - name: Download all coverage artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: Combine coverage results run: | . venv/bin/activate